#806C06

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

Shades of Olive #806C06

Tints of Olive #806C06

Color information

#806C06 (or 0x806C06) is unknown color: approx Olive. HEX triplet: 80, 6C and 06. RGB value is (128,108,6). Sum of RGB (Red+Green+Blue) = 128+108+6=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #806C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806C06 is #7F93F9. Grayscale: #666666. Windows color (decimal): -8360954 or 420992. OLE color: 420992.

HSL color Cylindrical-coordinate representation of color #806C06: hue angle of 50.16º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #806C06 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB1281086-
CMYK00.160.950.50
HSL50.16º91.04%26.27%-
HSV(B)50.16º95.31%50.2%-
XYZ14.315.332.38-
YUV102.3573.63146.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=52.89%
G=44.63%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128108600.160.950.5050.1691.0426.27
Hex806C60105F32325b1a
Octal2001546020137626213332
Binary1000000011011001100100001011111110010110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,108,6); }

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

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

 a { background-color: rgb(128,108,6); }

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

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

 span { border-color: rgb(128,108,6); }

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