#806E08

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

Shades of Olive #806E08

Tints of Olive #806E08

Color information

#806E08 (or 0x806E08) is unknown color: approx Olive. HEX triplet: 80, 6E and 08. RGB value is (128,110,8). Sum of RGB (Red+Green+Blue) = 128+110+8=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #806E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806E08 is #7F91F7. Grayscale: #686868. Windows color (decimal): -8360440 or 552576. OLE color: 552576.

HSL color Cylindrical-coordinate representation of color #806E08: hue angle of 51º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #806E08 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB1281108-
CMYK00.140.940.50
HSL51º88.24%26.67%-
HSV(B)51º93.75%50.2%-
XYZ14.5215.762.51-
YUV103.7573.96145.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.03%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 8 (3.52% from 255) = 3.25%
R=52.03%
G=44.72%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128110800.140.940.505188.2426.67
Hex806E80E5E3233581b
Octal20015610016136626313033
Binary1000000011011101000011101011110110010110011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806E08; }

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

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

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

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

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

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

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

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