Shades of Olive Drab #598B0C
Tints of Olive Drab #598B0C
RGB
CMYK
RGB Variations
Color information
#598B0C (or 0x598B0C) is known color: Olive Drab. HEX triplet: 59, 8B and 0C. RGB value is (89,139,12). Sum of RGB (Red+Green+Blue) = 89+139+12=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #598B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598B0C is #A674F3. Grayscale: #6E6E6E. Windows color (decimal): -10908916 or 822105. OLE color: 822105.
HSL color Cylindrical-coordinate representation of color #598B0C: hue angle of 83.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #598B0C is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 12 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.45 |
| HSL | 83.62º | 0.84% | 0.3% | - |
| HSV(B) | 83.62º | 0.91% | 0.55% | - |
| XYZ | 13.42 | 20.62 | 3.62 | - |
| YUV | 109.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 12 | 0.36 | 0 | 0.91 | 0.45 | 83.62 | 0.84 | 0.3 |
| Hex | 59 | 8B | C | 24 | 0 | 5B | 2D | 54 | 54 | 1E |
| Octal | 131 | 213 | 14 | 44 | 0 | 133 | 55 | 124 | 124 | 36 |
| Binary | 1011001 | 10001011 | 1100 | 100100 | 0 | 1011011 | 101101 | 1010100 | 1010100 | 11110 |
Color Harmonies of #598B0C
Complementary color
Monochromatic Colors of #598B0C
Black with #598B0C
Text Example
Text Example
White with #598B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B0C; }
p { color: rgb(89,139,12); }
H1.HeaderClassName
{
color: #598B0C;
}
.AnyTagClassName
{
color: #598B0C;
}
</style>
background-color css
<style>
a { background-color: #598B0C; }
a { background-color: rgb(89,139,12); }
div.DivClassName
{
background-color: #598B0C;
}
.BgClassName
{
background-color: #598B0C;
}
</style>
border-color css
<style>
span { border-color: #598B0C; }
span { border-color: rgb(89,139,12); }
td.TdClassName
{
border-color: #598B0C;
}
.TagClassName
{
border-color: #598B0C;
}
</style>