#856D06

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

Shades of Olive #856D06

Tints of Olive #856D06

Color information

#856D06 (or 0x856D06) is unknown color: approx Olive. HEX triplet: 85, 6D and 06. RGB value is (133,109,6). Sum of RGB (Red+Green+Blue) = 133+109+6=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #856D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D06 is #7A92F9. Grayscale: #686868. Windows color (decimal): -8033018 or 421253. OLE color: 421253.

HSL color Cylindrical-coordinate representation of color #856D06: hue angle of 48.66º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #856D06 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1331096-
CMYK00.180.950.48
HSL48.66º91.37%27.25%-
HSV(B)48.66º95.49%52.16%-
XYZ15.1715.942.45-
YUV104.4372.45148.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 6 (2.73% from 255) = 2.42%
R=53.63%
G=43.95%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133109600.180.950.4848.6691.3727.25
Hex856D60125F30315b1b
Octal2051556022137606113333
Binary1000010111011011100100101011111110000110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D06; }

 p { color: rgb(133,109,6); }

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

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

 a { background-color: rgb(133,109,6); }

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

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

 span { border-color: rgb(133,109,6); }

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