#859900

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

Shades of Olive #859900

Tints of Olive #859900

Color information

#859900 (or 0x859900) is unknown color: approx Olive. HEX triplet: 85, 99 and 00. RGB value is (133,153,0). Sum of RGB (Red+Green+Blue) = 133+153+0=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #859900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859900 is #7A66FF. Grayscale: #828282. Windows color (decimal): -8021760 or 39301. OLE color: 39301.

HSL color Cylindrical-coordinate representation of color #859900: hue angle of 67.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #859900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1331530-
CMYK0.13010.4
HSL67.84º100%30%-
HSV(B)67.84º100%60%-
XYZ21.0627.774.25-
YUV129.5854.87130.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.50%
G=53.50%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13315300.13010.467.8410030
Hex85990D0642844641e
Octal20523101501445010414436
Binary100001011001100101101011001001010001000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859900; }

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

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

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

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

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

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

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

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