Shades of Olive Drab #598102
Tints of Olive Drab #598102
RGB
CMYK
RGB Variations
Color information
#598102 (or 0x598102) is known color: Olive Drab. HEX triplet: 59, 81 and 02. RGB value is (89,129,2). Sum of RGB (Red+Green+Blue) = 89+129+2=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #598102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598102 is #A67EFD. Grayscale: #676767. Windows color (decimal): -10911486 or 164185. OLE color: 164185.
HSL color Cylindrical-coordinate representation of color #598102: hue angle of 78.9º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #598102 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 129 | 2 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.49 |
| HSL | 78.9º | 0.97% | 0.26% | - |
| HSV(B) | 78.9º | 0.98% | 0.51% | - |
| XYZ | 11.98 | 17.83 | 2.87 | - |
| YUV | 102.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 2 | 0.31 | 0 | 0.98 | 0.49 | 78.9 | 0.97 | 0.26 |
| Hex | 59 | 81 | 2 | 1F | 0 | 62 | 31 | 4F | 61 | 1A |
| Octal | 131 | 201 | 2 | 37 | 0 | 142 | 61 | 117 | 141 | 32 |
| Binary | 1011001 | 10000001 | 10 | 11111 | 0 | 1100010 | 110001 | 1001111 | 1100001 | 11010 |
Color Harmonies of #598102
Complementary color
Monochromatic Colors of #598102
Black with #598102
Text Example
Text Example
White with #598102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598102; }
p { color: rgb(89,129,2); }
H1.HeaderClassName
{
color: #598102;
}
.AnyTagClassName
{
color: #598102;
}
</style>
background-color css
<style>
a { background-color: #598102; }
a { background-color: rgb(89,129,2); }
div.DivClassName
{
background-color: #598102;
}
.BgClassName
{
background-color: #598102;
}
</style>
border-color css
<style>
span { border-color: #598102; }
span { border-color: rgb(89,129,2); }
td.TdClassName
{
border-color: #598102;
}
.TagClassName
{
border-color: #598102;
}
</style>