Shades of Olive Drab #599300
Tints of Olive Drab #599300
RGB
CMYK
RGB Variations
Color information
#599300 (or 0x599300) is known color: Olive Drab. HEX triplet: 59, 93 and 00. RGB value is (89,147,0). Sum of RGB (Red+Green+Blue) = 89+147+0=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #599300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599300 is #A66CFF. Grayscale: #717171. Windows color (decimal): -10906880 or 37721. OLE color: 37721.
HSL color Cylindrical-coordinate representation of color #599300: hue angle of 83.67º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #599300 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.42 |
| HSL | 83.67º | 1% | 0.29% | - |
| HSV(B) | 83.67º | 1% | 0.58% | - |
| XYZ | 14.55 | 22.99 | 3.67 | - |
| YUV | 112.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 0 | 0.39 | 0 | 1 | 0.42 | 83.67 | 1 | 0.29 |
| Hex | 59 | 93 | 0 | 27 | 0 | 64 | 2A | 54 | 64 | 1D |
| Octal | 131 | 223 | 0 | 47 | 0 | 144 | 52 | 124 | 144 | 35 |
| Binary | 1011001 | 10010011 | 0 | 100111 | 0 | 1100100 | 101010 | 1010100 | 1100100 | 11101 |
Color Harmonies of #599300
Complementary color
Monochromatic Colors of #599300
Black with #599300
Text Example
Text Example
White with #599300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599300; }
p { color: rgb(89,147,0); }
H1.HeaderClassName
{
color: #599300;
}
.AnyTagClassName
{
color: #599300;
}
</style>
background-color css
<style>
a { background-color: #599300; }
a { background-color: rgb(89,147,0); }
div.DivClassName
{
background-color: #599300;
}
.BgClassName
{
background-color: #599300;
}
</style>
border-color css
<style>
span { border-color: #599300; }
span { border-color: rgb(89,147,0); }
td.TdClassName
{
border-color: #599300;
}
.TagClassName
{
border-color: #599300;
}
</style>