Shades of Olive Drab #5D8C14
Tints of Olive Drab #5D8C14
RGB
CMYK
RGB Variations
Color information
#5D8C14 (or 0x5D8C14) is known color: Olive Drab. HEX triplet: 5D, 8C and 14. RGB value is (93,140,20). Sum of RGB (Red+Green+Blue) = 93+140+20=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #5D8C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8C14 is #A273EB. Grayscale: #707070. Windows color (decimal): -10646508 or 1346653. OLE color: 1346653.
HSL color Cylindrical-coordinate representation of color #5D8C14: hue angle of 83.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D8C14 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 140 | 20 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.45 |
| HSL | 83.5º | 0.75% | 0.31% | - |
| HSV(B) | 83.5º | 0.86% | 0.55% | - |
| XYZ | 14.02 | 21.13 | 4 | - |
| YUV | 112.27 | 75.93 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 20 | 0.34 | 0 | 0.86 | 0.45 | 83.5 | 0.75 | 0.31 |
| Hex | 5D | 8C | 14 | 22 | 0 | 56 | 2D | 54 | 4B | 1F |
| Octal | 135 | 214 | 24 | 42 | 0 | 126 | 55 | 124 | 113 | 37 |
| Binary | 1011101 | 10001100 | 10100 | 100010 | 0 | 1010110 | 101101 | 1010100 | 1001011 | 11111 |
Color Harmonies of #5D8C14
Complementary color
Monochromatic Colors of #5D8C14
Black with #5D8C14
Text Example
Text Example
White with #5D8C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8C14; }
p { color: rgb(93,140,20); }
H1.HeaderClassName
{
color: #5D8C14;
}
.AnyTagClassName
{
color: #5D8C14;
}
</style>
background-color css
<style>
a { background-color: #5D8C14; }
a { background-color: rgb(93,140,20); }
div.DivClassName
{
background-color: #5D8C14;
}
.BgClassName
{
background-color: #5D8C14;
}
</style>
border-color css
<style>
span { border-color: #5D8C14; }
span { border-color: rgb(93,140,20); }
td.TdClassName
{
border-color: #5D8C14;
}
.TagClassName
{
border-color: #5D8C14;
}
</style>