Shades of Olive Drab #5D9406
Tints of Olive Drab #5D9406
RGB
CMYK
RGB Variations
Color information
#5D9406 (or 0x5D9406) is known color: Olive Drab. HEX triplet: 5D, 94 and 06. RGB value is (93,148,6). Sum of RGB (Red+Green+Blue) = 93+148+6=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #5D9406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9406 is #A26BF9. Grayscale: #737373. Windows color (decimal): -10644474 or 431197. OLE color: 431197.
HSL color Cylindrical-coordinate representation of color #5D9406: hue angle of 83.24º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D9406 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 6 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.42 |
| HSL | 83.24º | 0.92% | 0.3% | - |
| HSV(B) | 83.24º | 0.96% | 0.58% | - |
| XYZ | 15.14 | 23.52 | 3.91 | - |
| YUV | 115.37 | 66.28 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 6 | 0.37 | 0 | 0.96 | 0.42 | 83.24 | 0.92 | 0.3 |
| Hex | 5D | 94 | 6 | 25 | 0 | 60 | 2A | 53 | 5C | 1E |
| Octal | 135 | 224 | 6 | 45 | 0 | 140 | 52 | 123 | 134 | 36 |
| Binary | 1011101 | 10010100 | 110 | 100101 | 0 | 1100000 | 101010 | 1010011 | 1011100 | 11110 |
Color Harmonies of #5D9406
Complementary color
Monochromatic Colors of #5D9406
Black with #5D9406
Text Example
Text Example
White with #5D9406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9406; }
p { color: rgb(93,148,6); }
H1.HeaderClassName
{
color: #5D9406;
}
.AnyTagClassName
{
color: #5D9406;
}
</style>
background-color css
<style>
a { background-color: #5D9406; }
a { background-color: rgb(93,148,6); }
div.DivClassName
{
background-color: #5D9406;
}
.BgClassName
{
background-color: #5D9406;
}
</style>
border-color css
<style>
span { border-color: #5D9406; }
span { border-color: rgb(93,148,6); }
td.TdClassName
{
border-color: #5D9406;
}
.TagClassName
{
border-color: #5D9406;
}
</style>