Shades of Olive Drab #5D8D02
Tints of Olive Drab #5D8D02
RGB
CMYK
RGB Variations
Color information
#5D8D02 (or 0x5D8D02) is known color: Olive Drab. HEX triplet: 5D, 8D and 02. RGB value is (93,141,2). Sum of RGB (Red+Green+Blue) = 93+141+2=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8D02 is #A272FD. Grayscale: #6F6F6F. Windows color (decimal): -10646270 or 167261. OLE color: 167261.
HSL color Cylindrical-coordinate representation of color #5D8D02: hue angle of 80.72º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D8D02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 141 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.45 |
| HSL | 80.72º | 0.97% | 0.28% | - |
| HSV(B) | 80.72º | 0.99% | 0.55% | - |
| XYZ | 14.05 | 21.38 | 3.44 | - |
| YUV | 110.8 | 66.6 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 141 | 2 | 0.34 | 0 | 0.99 | 0.45 | 80.72 | 0.97 | 0.28 |
| Hex | 5D | 8D | 2 | 22 | 0 | 63 | 2D | 51 | 61 | 1C |
| Octal | 135 | 215 | 2 | 42 | 0 | 143 | 55 | 121 | 141 | 34 |
| Binary | 1011101 | 10001101 | 10 | 100010 | 0 | 1100011 | 101101 | 1010001 | 1100001 | 11100 |
Color Harmonies of #5D8D02
Complementary color
Monochromatic Colors of #5D8D02
Black with #5D8D02
Text Example
Text Example
White with #5D8D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8D02; }
p { color: rgb(93,141,2); }
H1.HeaderClassName
{
color: #5D8D02;
}
.AnyTagClassName
{
color: #5D8D02;
}
</style>
background-color css
<style>
a { background-color: #5D8D02; }
a { background-color: rgb(93,141,2); }
div.DivClassName
{
background-color: #5D8D02;
}
.BgClassName
{
background-color: #5D8D02;
}
</style>
border-color css
<style>
span { border-color: #5D8D02; }
span { border-color: rgb(93,141,2); }
td.TdClassName
{
border-color: #5D8D02;
}
.TagClassName
{
border-color: #5D8D02;
}
</style>