#859506

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

Shades of Olive #859506

Tints of Olive #859506

Color information

#859506 (or 0x859506) is unknown color: approx Olive. HEX triplet: 85, 95 and 06. RGB value is (133,149,6). Sum of RGB (Red+Green+Blue) = 133+149+6=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #859506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859506 is #7A6AF9. Grayscale: #808080. Windows color (decimal): -8022778 or 431493. OLE color: 431493.

HSL color Cylindrical-coordinate representation of color #859506: hue angle of 66.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #859506 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1331496-
CMYK0.1100.960.42
HSL66.71º92.26%30.39%-
HSV(B)66.71º95.97%58.43%-
XYZ20.4526.494.21-
YUV127.9159.2131.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=46.18%
G=51.74%
B=2.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13314960.1100.960.4266.7192.2630.39
Hex85956B0602A435c1e
Octal20522561301405210313436
Binary10000101100101011101011011000001010101000011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859506; }

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

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

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

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

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

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

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

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