Shades of Olive Drab #5D8104
Tints of Olive Drab #5D8104
RGB
CMYK
RGB Variations
Color information
#5D8104 (or 0x5D8104) is known color: Olive Drab. HEX triplet: 5D, 81 and 04. RGB value is (93,129,4). Sum of RGB (Red+Green+Blue) = 93+129+4=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #5D8104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8104 is #A27EFB. Grayscale: #686868. Windows color (decimal): -10649340 or 295261. OLE color: 295261.
HSL color Cylindrical-coordinate representation of color #5D8104: hue angle of 77.28º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D8104 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 129 | 4 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.49 |
| HSL | 77.28º | 0.94% | 0.26% | - |
| HSV(B) | 77.28º | 0.97% | 0.51% | - |
| XYZ | 12.39 | 18.04 | 2.94 | - |
| YUV | 103.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 4 | 0.28 | 0 | 0.97 | 0.49 | 77.28 | 0.94 | 0.26 |
| Hex | 5D | 81 | 4 | 1C | 0 | 61 | 31 | 4D | 5E | 1A |
| Octal | 135 | 201 | 4 | 34 | 0 | 141 | 61 | 115 | 136 | 32 |
| Binary | 1011101 | 10000001 | 100 | 11100 | 0 | 1100001 | 110001 | 1001101 | 1011110 | 11010 |
Color Harmonies of #5D8104
Complementary color
Monochromatic Colors of #5D8104
Black with #5D8104
Text Example
Text Example
White with #5D8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8104; }
p { color: rgb(93,129,4); }
H1.HeaderClassName
{
color: #5D8104;
}
.AnyTagClassName
{
color: #5D8104;
}
</style>
background-color css
<style>
a { background-color: #5D8104; }
a { background-color: rgb(93,129,4); }
div.DivClassName
{
background-color: #5D8104;
}
.BgClassName
{
background-color: #5D8104;
}
</style>
border-color css
<style>
span { border-color: #5D8104; }
span { border-color: rgb(93,129,4); }
td.TdClassName
{
border-color: #5D8104;
}
.TagClassName
{
border-color: #5D8104;
}
</style>