Shades of Olive Drab #599303
Tints of Olive Drab #599303
RGB
CMYK
RGB Variations
Color information
#599303 (or 0x599303) is known color: Olive Drab. HEX triplet: 59, 93 and 03. RGB value is (89,147,3). Sum of RGB (Red+Green+Blue) = 89+147+3=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #599303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599303 is #A66CFC. Grayscale: #717171. Windows color (decimal): -10906877 or 234329. OLE color: 234329.
HSL color Cylindrical-coordinate representation of color #599303: hue angle of 84.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #599303 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 3 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.42 |
| HSL | 84.17º | 0.96% | 0.29% | - |
| HSV(B) | 84.17º | 0.98% | 0.58% | - |
| XYZ | 14.57 | 23 | 3.76 | - |
| YUV | 113.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 3 | 0.39 | 0 | 0.98 | 0.42 | 84.17 | 0.96 | 0.29 |
| Hex | 59 | 93 | 3 | 27 | 0 | 62 | 2A | 54 | 60 | 1D |
| Octal | 131 | 223 | 3 | 47 | 0 | 142 | 52 | 124 | 140 | 35 |
| Binary | 1011001 | 10010011 | 11 | 100111 | 0 | 1100010 | 101010 | 1010100 | 1100000 | 11101 |
Color Harmonies of #599303
Complementary color
Monochromatic Colors of #599303
Black with #599303
Text Example
Text Example
White with #599303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599303; }
p { color: rgb(89,147,3); }
H1.HeaderClassName
{
color: #599303;
}
.AnyTagClassName
{
color: #599303;
}
</style>
background-color css
<style>
a { background-color: #599303; }
a { background-color: rgb(89,147,3); }
div.DivClassName
{
background-color: #599303;
}
.BgClassName
{
background-color: #599303;
}
</style>
border-color css
<style>
span { border-color: #599303; }
span { border-color: rgb(89,147,3); }
td.TdClassName
{
border-color: #599303;
}
.TagClassName
{
border-color: #599303;
}
</style>