#856B04

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

Shades of Olive #856B04

Tints of Olive #856B04

Color information

#856B04 (or 0x856B04) is unknown color: approx Olive. HEX triplet: 85, 6B and 04. RGB value is (133,107,4). Sum of RGB (Red+Green+Blue) = 133+107+4=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #856B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B04 is #7A94FB. Grayscale: #676767. Windows color (decimal): -8033532 or 289669. OLE color: 289669.

HSL color Cylindrical-coordinate representation of color #856B04: hue angle of 47.91º 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 #856B04 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB1331074-
CMYK00.200.970.48
HSL47.91º94.16%26.86%-
HSV(B)47.91º96.99%52.16%-
XYZ14.9515.512.32-
YUV103.0372.11149.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=54.51%
G=43.85%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133107400.200.970.4847.9194.1626.86
Hex856B40146130305e1b
Octal2051534024141606013633
Binary1000010111010111000101001100001110000110000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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