#856A00

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

Shades of Olive #856A00

Tints of Olive #856A00

Color information

#856A00 (or 0x856A00) is unknown color: approx Olive. HEX triplet: 85, 6A and 00. RGB value is (133,106,0). Sum of RGB (Red+Green+Blue) = 133+106+0=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #856A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856A00 is #7A95FF. Grayscale: #666666. Windows color (decimal): -8033792 or 27269. OLE color: 27269.

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

Color convert

RGB1331060-
CMYK00.2010.48
HSL47.82º100%26.08%-
HSV(B)47.82º100%52.16%-
XYZ14.8315.292.17-
YUV101.9970.45150.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.65%
G=44.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133106000.2010.4847.8210026.08
Hex856A0014643030641a
Octal2051520024144606014432
Binary10000101110101000101001100100110000110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,106,0); }

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

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

 a { background-color: rgb(133,106,0); }

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

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

 span { border-color: rgb(133,106,0); }

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