#806B06

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

Shades of Olive #806B06

Tints of Olive #806B06

Color information

#806B06 (or 0x806B06) is unknown color: approx Olive. HEX triplet: 80, 6B and 06. RGB value is (128,107,6). Sum of RGB (Red+Green+Blue) = 128+107+6=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #806B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806B06 is #7F94F9. Grayscale: #666666. Windows color (decimal): -8361210 or 420736. OLE color: 420736.

HSL color Cylindrical-coordinate representation of color #806B06: hue angle of 49.67º 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 #806B06 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB1281076-
CMYK00.160.950.50
HSL49.67º91.04%26.27%-
HSV(B)49.67º95.31%50.2%-
XYZ14.1915.122.34-
YUV101.7673.96146.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=53.11%
G=44.40%
B=2.49%

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
Decimal128107600.160.950.5049.6791.0426.27
Hex806B60105F32325b1a
Octal2001536020137626213332
Binary1000000011010111100100001011111110010110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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