Shades of Olive Drab #5D9009
Tints of Olive Drab #5D9009
RGB
CMYK
RGB Variations
Color information
#5D9009 (or 0x5D9009) is known color: Olive Drab. HEX triplet: 5D, 90 and 09. RGB value is (93,144,9). Sum of RGB (Red+Green+Blue) = 93+144+9=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #5D9009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9009 is #A26FF6. Grayscale: #717171. Windows color (decimal): -10645495 or 626781. OLE color: 626781.
HSL color Cylindrical-coordinate representation of color #5D9009: hue angle of 82.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D9009 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 9 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.44 |
| HSL | 82.67º | 0.88% | 0.3% | - |
| HSV(B) | 82.67º | 0.94% | 0.56% | - |
| XYZ | 14.54 | 22.29 | 3.8 | - |
| YUV | 113.36 | 69.1 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 9 | 0.35 | 0 | 0.94 | 0.44 | 82.67 | 0.88 | 0.3 |
| Hex | 5D | 90 | 9 | 23 | 0 | 5E | 2C | 53 | 58 | 1E |
| Octal | 135 | 220 | 11 | 43 | 0 | 136 | 54 | 123 | 130 | 36 |
| Binary | 1011101 | 10010000 | 1001 | 100011 | 0 | 1011110 | 101100 | 1010011 | 1011000 | 11110 |
Color Harmonies of #5D9009
Complementary color
Monochromatic Colors of #5D9009
Black with #5D9009
Text Example
Text Example
White with #5D9009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9009; }
p { color: rgb(93,144,9); }
H1.HeaderClassName
{
color: #5D9009;
}
.AnyTagClassName
{
color: #5D9009;
}
</style>
background-color css
<style>
a { background-color: #5D9009; }
a { background-color: rgb(93,144,9); }
div.DivClassName
{
background-color: #5D9009;
}
.BgClassName
{
background-color: #5D9009;
}
</style>
border-color css
<style>
span { border-color: #5D9009; }
span { border-color: rgb(93,144,9); }
td.TdClassName
{
border-color: #5D9009;
}
.TagClassName
{
border-color: #5D9009;
}
</style>