#856C04

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

Shades of Olive #856C04

Tints of Olive #856C04

Color information

#856C04 (or 0x856C04) is unknown color: approx Olive. HEX triplet: 85, 6C and 04. RGB value is (133,108,4). Sum of RGB (Red+Green+Blue) = 133+108+4=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C04 is #7A93FB. Grayscale: #686868. Windows color (decimal): -8033276 or 289925. OLE color: 289925.

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

Color convert

RGB1331084-
CMYK00.190.970.48
HSL48.37º94.16%26.86%-
HSV(B)48.37º96.99%52.16%-
XYZ15.0615.722.36-
YUV103.6271.78148.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 108 (42.58% from 255) = 44.08%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=54.29%
G=44.08%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133108400.190.970.4848.3794.1626.86
Hex856C40136130305e1b
Octal2051544023141606013633
Binary1000010111011001000100111100001110000110000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,4); }

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

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

 a { background-color: rgb(133,108,4); }

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

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

 span { border-color: rgb(133,108,4); }

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