#858006

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

Shades of Olive #858006

Tints of Olive #858006

Color information

#858006 (or 0x858006) is unknown color: approx Olive. HEX triplet: 85, 80 and 06. RGB value is (133,128,6). Sum of RGB (Red+Green+Blue) = 133+128+6=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #858006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858006 is #7A7FF9. Grayscale: #747474. Windows color (decimal): -8028154 or 426117. OLE color: 426117.

HSL color Cylindrical-coordinate representation of color #858006: hue angle of 57.64º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #858006 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1331286-
CMYK00.040.950.48
HSL57.64º91.37%27.25%-
HSV(B)57.64º95.49%52.16%-
XYZ17.4220.443.2-
YUV115.5966.16140.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=49.81%
G=47.94%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133128600.040.950.4857.6491.3727.25
Hex85806045F303a5b1b
Octal205200604137607213333
Binary100001011000000011001001011111110000111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858006; }

 p { color: rgb(133,128,6); }

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

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

 a { background-color: rgb(133,128,6); }

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

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

 span { border-color: rgb(133,128,6); }

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