#807909

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

Shades of Olive #807909

Tints of Olive #807909

Color information

#807909 (or 0x807909) is unknown color: approx Olive. HEX triplet: 80, 79 and 09. RGB value is (128,121,9). Sum of RGB (Red+Green+Blue) = 128+121+9=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #807909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807909 is #7F86F6. Grayscale: #6E6E6E. Windows color (decimal): -8357623 or 620928. OLE color: 620928.

HSL color Cylindrical-coordinate representation of color #807909: hue angle of 56.47º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #807909 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB1281219-
CMYK00.050.930.50
HSL56.47º86.86%26.86%-
HSV(B)56.47º92.97%50.2%-
XYZ15.7918.282.96-
YUV110.3270.82140.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 9 (3.91% from 255) = 3.49%
R=49.61%
G=46.90%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128121900.050.930.5056.4786.8626.86
Hex80799055D3238571b
Octal2001711105135627012733
Binary100000001111001100101011011101110010111000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807909; }

 p { color: rgb(128,121,9); }

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

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

 a { background-color: rgb(128,121,9); }

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

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

 span { border-color: rgb(128,121,9); }

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