Shades of Olive Drab #5D8918
Tints of Olive Drab #5D8918
RGB
CMYK
RGB Variations
Color information
#5D8918 (or 0x5D8918) is known color: Olive Drab. HEX triplet: 5D, 89 and 18. RGB value is (93,137,24). Sum of RGB (Red+Green+Blue) = 93+137+24=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8918 is #A276E7. Grayscale: #6F6F6F. Windows color (decimal): -10647272 or 1608029. OLE color: 1608029.
HSL color Cylindrical-coordinate representation of color #5D8918: hue angle of 83.36º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D8918 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 24 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.46 |
| HSL | 83.36º | 0.7% | 0.32% | - |
| HSV(B) | 83.36º | 0.82% | 0.54% | - |
| XYZ | 13.62 | 20.28 | 4.06 | - |
| YUV | 110.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 24 | 0.32 | 0 | 0.82 | 0.46 | 83.36 | 0.7 | 0.32 |
| Hex | 5D | 89 | 18 | 20 | 0 | 52 | 2E | 53 | 46 | 20 |
| Octal | 135 | 211 | 30 | 40 | 0 | 122 | 56 | 123 | 106 | 40 |
| Binary | 1011101 | 10001001 | 11000 | 100000 | 0 | 1010010 | 101110 | 1010011 | 1000110 | 100000 |
Color Harmonies of #5D8918
Complementary color
Monochromatic Colors of #5D8918
Black with #5D8918
Text Example
Text Example
White with #5D8918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8918; }
p { color: rgb(93,137,24); }
H1.HeaderClassName
{
color: #5D8918;
}
.AnyTagClassName
{
color: #5D8918;
}
</style>
background-color css
<style>
a { background-color: #5D8918; }
a { background-color: rgb(93,137,24); }
div.DivClassName
{
background-color: #5D8918;
}
.BgClassName
{
background-color: #5D8918;
}
</style>
border-color css
<style>
span { border-color: #5D8918; }
span { border-color: rgb(93,137,24); }
td.TdClassName
{
border-color: #5D8918;
}
.TagClassName
{
border-color: #5D8918;
}
</style>