Shades of Olive Drab #5D8F04
Tints of Olive Drab #5D8F04
RGB
CMYK
RGB Variations
Color information
#5D8F04 (or 0x5D8F04) is known color: Olive Drab. HEX triplet: 5D, 8F and 04. RGB value is (93,143,4). Sum of RGB (Red+Green+Blue) = 93+143+4=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #5D8F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8F04 is #A270FB. Grayscale: #707070. Windows color (decimal): -10645756 or 298845. OLE color: 298845.
HSL color Cylindrical-coordinate representation of color #5D8F04: hue angle of 81.58º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D8F04 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 143 | 4 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.44 |
| HSL | 81.58º | 0.95% | 0.29% | - |
| HSV(B) | 81.58º | 0.97% | 0.56% | - |
| XYZ | 14.36 | 21.98 | 3.6 | - |
| YUV | 112.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 143 | 4 | 0.35 | 0 | 0.97 | 0.44 | 81.58 | 0.95 | 0.29 |
| Hex | 5D | 8F | 4 | 23 | 0 | 61 | 2C | 52 | 5F | 1D |
| Octal | 135 | 217 | 4 | 43 | 0 | 141 | 54 | 122 | 137 | 35 |
| Binary | 1011101 | 10001111 | 100 | 100011 | 0 | 1100001 | 101100 | 1010010 | 1011111 | 11101 |
Color Harmonies of #5D8F04
Complementary color
Monochromatic Colors of #5D8F04
Black with #5D8F04
Text Example
Text Example
White with #5D8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8F04; }
p { color: rgb(93,143,4); }
H1.HeaderClassName
{
color: #5D8F04;
}
.AnyTagClassName
{
color: #5D8F04;
}
</style>
background-color css
<style>
a { background-color: #5D8F04; }
a { background-color: rgb(93,143,4); }
div.DivClassName
{
background-color: #5D8F04;
}
.BgClassName
{
background-color: #5D8F04;
}
</style>
border-color css
<style>
span { border-color: #5D8F04; }
span { border-color: rgb(93,143,4); }
td.TdClassName
{
border-color: #5D8F04;
}
.TagClassName
{
border-color: #5D8F04;
}
</style>