Shades of Olive Drab #598300
Tints of Olive Drab #598300
RGB
CMYK
RGB Variations
Color information
#598300 (or 0x598300) is known color: Olive Drab. HEX triplet: 59, 83 and 00. RGB value is (89,131,0). Sum of RGB (Red+Green+Blue) = 89+131+0=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #598300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598300 is #A67CFF. Grayscale: #676767. Windows color (decimal): -10910976 or 33625. OLE color: 33625.
HSL color Cylindrical-coordinate representation of color #598300: hue angle of 79.24º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #598300 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 131 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.49 |
| HSL | 79.24º | 1% | 0.26% | - |
| HSV(B) | 79.24º | 1% | 0.51% | - |
| XYZ | 12.24 | 18.36 | 2.9 | - |
| YUV | 103.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 0 | 0.32 | 0 | 1 | 0.49 | 79.24 | 1 | 0.26 |
| Hex | 59 | 83 | 0 | 20 | 0 | 64 | 31 | 4F | 64 | 1A |
| Octal | 131 | 203 | 0 | 40 | 0 | 144 | 61 | 117 | 144 | 32 |
| Binary | 1011001 | 10000011 | 0 | 100000 | 0 | 1100100 | 110001 | 1001111 | 1100100 | 11010 |
Color Harmonies of #598300
Complementary color
Monochromatic Colors of #598300
Black with #598300
Text Example
Text Example
White with #598300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598300; }
p { color: rgb(89,131,0); }
H1.HeaderClassName
{
color: #598300;
}
.AnyTagClassName
{
color: #598300;
}
</style>
background-color css
<style>
a { background-color: #598300; }
a { background-color: rgb(89,131,0); }
div.DivClassName
{
background-color: #598300;
}
.BgClassName
{
background-color: #598300;
}
</style>
border-color css
<style>
span { border-color: #598300; }
span { border-color: rgb(89,131,0); }
td.TdClassName
{
border-color: #598300;
}
.TagClassName
{
border-color: #598300;
}
</style>