Shades of Olive Drab #598306
Tints of Olive Drab #598306
RGB
CMYK
RGB Variations
Color information
#598306 (or 0x598306) is known color: Olive Drab. HEX triplet: 59, 83 and 06. RGB value is (89,131,6). Sum of RGB (Red+Green+Blue) = 89+131+6=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #598306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598306 is #A67CF9. Grayscale: #686868. Windows color (decimal): -10910970 or 426841. OLE color: 426841.
HSL color Cylindrical-coordinate representation of color #598306: hue angle of 80.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #598306 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 131 | 6 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.49 |
| HSL | 80.16º | 0.91% | 0.27% | - |
| HSV(B) | 80.16º | 0.95% | 0.51% | - |
| XYZ | 12.27 | 18.37 | 3.07 | - |
| YUV | 104.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 6 | 0.32 | 0 | 0.95 | 0.49 | 80.16 | 0.91 | 0.27 |
| Hex | 59 | 83 | 6 | 20 | 0 | 5F | 31 | 50 | 5B | 1B |
| Octal | 131 | 203 | 6 | 40 | 0 | 137 | 61 | 120 | 133 | 33 |
| Binary | 1011001 | 10000011 | 110 | 100000 | 0 | 1011111 | 110001 | 1010000 | 1011011 | 11011 |
Color Harmonies of #598306
Complementary color
Monochromatic Colors of #598306
Black with #598306
Text Example
Text Example
White with #598306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598306; }
p { color: rgb(89,131,6); }
H1.HeaderClassName
{
color: #598306;
}
.AnyTagClassName
{
color: #598306;
}
</style>
background-color css
<style>
a { background-color: #598306; }
a { background-color: rgb(89,131,6); }
div.DivClassName
{
background-color: #598306;
}
.BgClassName
{
background-color: #598306;
}
</style>
border-color css
<style>
span { border-color: #598306; }
span { border-color: rgb(89,131,6); }
td.TdClassName
{
border-color: #598306;
}
.TagClassName
{
border-color: #598306;
}
</style>