#856E05

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

Shades of Olive #856E05

Tints of Olive #856E05

Color information

#856E05 (or 0x856E05) is unknown color: approx Olive. HEX triplet: 85, 6E and 05. RGB value is (133,110,5). Sum of RGB (Red+Green+Blue) = 133+110+5=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #856E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E05 is #7A91FA. Grayscale: #696969. Windows color (decimal): -8032763 or 355973. OLE color: 355973.

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

Color convert

RGB1331105-
CMYK00.170.960.48
HSL49.22º92.75%27.06%-
HSV(B)49.22º96.24%52.16%-
XYZ15.2816.152.46-
YUV104.9171.62148.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=53.63%
G=44.35%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133110500.170.960.4849.2292.7527.06
Hex856E50116030315d1b
Octal2051565021140606113533
Binary1000010111011101010100011100000110000110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,110,5); }

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

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

 a { background-color: rgb(133,110,5); }

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

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

 span { border-color: rgb(133,110,5); }

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