Shades of Olive Drab #5D8D08
Tints of Olive Drab #5D8D08
RGB
CMYK
RGB Variations
Color information
#5D8D08 (or 0x5D8D08) is known color: Olive Drab. HEX triplet: 5D, 8D and 08. RGB value is (93,141,8). Sum of RGB (Red+Green+Blue) = 93+141+8=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 141 (55.47% from 255 or 58.26% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8D08 is #A272F7. Grayscale: #6F6F6F. Windows color (decimal): -10646264 or 560477. OLE color: 560477.
HSL color Cylindrical-coordinate representation of color #5D8D08: hue angle of 81.65º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D8D08 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 141 | 8 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.45 |
| HSL | 81.65º | 0.89% | 0.29% | - |
| HSV(B) | 81.65º | 0.94% | 0.55% | - |
| XYZ | 14.08 | 21.39 | 3.62 | - |
| YUV | 111.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 141 | 8 | 0.34 | 0 | 0.94 | 0.45 | 81.65 | 0.89 | 0.29 |
| Hex | 5D | 8D | 8 | 22 | 0 | 5E | 2D | 52 | 59 | 1D |
| Octal | 135 | 215 | 10 | 42 | 0 | 136 | 55 | 122 | 131 | 35 |
| Binary | 1011101 | 10001101 | 1000 | 100010 | 0 | 1011110 | 101101 | 1010010 | 1011001 | 11101 |
Color Harmonies of #5D8D08
Complementary color
Monochromatic Colors of #5D8D08
Black with #5D8D08
Text Example
Text Example
White with #5D8D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8D08; }
p { color: rgb(93,141,8); }
H1.HeaderClassName
{
color: #5D8D08;
}
.AnyTagClassName
{
color: #5D8D08;
}
</style>
background-color css
<style>
a { background-color: #5D8D08; }
a { background-color: rgb(93,141,8); }
div.DivClassName
{
background-color: #5D8D08;
}
.BgClassName
{
background-color: #5D8D08;
}
</style>
border-color css
<style>
span { border-color: #5D8D08; }
span { border-color: rgb(93,141,8); }
td.TdClassName
{
border-color: #5D8D08;
}
.TagClassName
{
border-color: #5D8D08;
}
</style>