Shades of Olive Drab #5D9605
Tints of Olive Drab #5D9605
RGB
CMYK
RGB Variations
Color information
#5D9605 (or 0x5D9605) is known color: Olive Drab. HEX triplet: 5D, 96 and 05. RGB value is (93,150,5). Sum of RGB (Red+Green+Blue) = 93+150+5=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 150 (58.98% from 255 or 60.48% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9605 is #A269FA. Grayscale: #747474. Windows color (decimal): -10643963 or 366173. OLE color: 366173.
HSL color Cylindrical-coordinate representation of color #5D9605: hue angle of 83.59º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D9605 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.41 |
| HSL | 83.59º | 0.94% | 0.3% | - |
| HSV(B) | 83.59º | 0.97% | 0.59% | - |
| XYZ | 15.45 | 24.15 | 3.99 | - |
| YUV | 116.43 | 65.12 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 5 | 0.38 | 0 | 0.97 | 0.41 | 83.59 | 0.94 | 0.3 |
| Hex | 5D | 96 | 5 | 26 | 0 | 61 | 29 | 54 | 5E | 1E |
| Octal | 135 | 226 | 5 | 46 | 0 | 141 | 51 | 124 | 136 | 36 |
| Binary | 1011101 | 10010110 | 101 | 100110 | 0 | 1100001 | 101001 | 1010100 | 1011110 | 11110 |
Color Harmonies of #5D9605
Complementary color
Monochromatic Colors of #5D9605
Black with #5D9605
Text Example
Text Example
White with #5D9605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9605; }
p { color: rgb(93,150,5); }
H1.HeaderClassName
{
color: #5D9605;
}
.AnyTagClassName
{
color: #5D9605;
}
</style>
background-color css
<style>
a { background-color: #5D9605; }
a { background-color: rgb(93,150,5); }
div.DivClassName
{
background-color: #5D9605;
}
.BgClassName
{
background-color: #5D9605;
}
</style>
border-color css
<style>
span { border-color: #5D9605; }
span { border-color: rgb(93,150,5); }
td.TdClassName
{
border-color: #5D9605;
}
.TagClassName
{
border-color: #5D9605;
}
</style>