#856E02

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

Shades of Olive #856E02

Tints of Olive #856E02

Color information

#856E02 (or 0x856E02) is unknown color: approx Olive. HEX triplet: 85, 6E and 02. RGB value is (133,110,2). Sum of RGB (Red+Green+Blue) = 133+110+2=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E02 is #7A91FD. Grayscale: #696969. Windows color (decimal): -8032766 or 159365. OLE color: 159365.

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

Color convert

RGB1331102-
CMYK00.170.980.48
HSL49.47º97.04%26.47%-
HSV(B)49.47º98.5%52.16%-
XYZ15.2616.142.37-
YUV104.5670.12148.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=54.29%
G=44.90%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133110200.170.980.4849.4797.0426.47
Hex856E2011623031611a
Octal2051562021142606114132
Binary100001011101110100100011100010110000110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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