#809308

Color #809308 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #809308

Tints of Olive #809308

Color information

#809308 (or 0x809308) is unknown color: approx Olive. HEX triplet: 80, 93 and 08. RGB value is (128,147,8). Sum of RGB (Red+Green+Blue) = 128+147+8=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #809308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809308 is #7F6CF7. Grayscale: #7E7E7E. Windows color (decimal): -8350968 or 562048. OLE color: 562048.

HSL color Cylindrical-coordinate representation of color #809308: hue angle of 68.2º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #809308 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1281478-
CMYK0.1300.950.42
HSL68.2º89.68%30.39%-
HSV(B)68.2º94.56%57.65%-
XYZ19.3825.474.13-
YUV125.4761.71129.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 147 (57.81% from 255) = 51.94%
BLUE value IS 8 (3.52% from 255) = 2.83%
R=45.23%
G=51.94%
B=2.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12814780.1300.950.4268.289.6830.39
Hex80938D05F2A445a1e
Octal200223101501375210413236
Binary100000001001001110001101010111111010101000100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809308; }

 p { color: rgb(128,147,8); }

 H1.HeaderClassName
 {
   color: #809308;
 }
 .AnyTagClassName
 {
   color: #809308;
 }
</style>
background-color css

<style>
 a { background-color: #809308; }

 a { background-color: rgb(128,147,8); }

 div.DivClassName
 {
   background-color: #809308;
 }
 .BgClassName
 {
   background-color: #809308;
 }
</style>
border-color css

<style>
 span { border-color: #809308; }

 span { border-color: rgb(128,147,8); }

 td.TdClassName
 {
   border-color: #809308;
 }
 .TagClassName
 {
   border-color: #809308;
 }
</style>