Shades of Olive Drab #5D801D
Tints of Olive Drab #5D801D
RGB
CMYK
RGB Variations
Color information
#5D801D (or 0x5D801D) is known color: Olive Drab. HEX triplet: 5D, 80 and 1D. RGB value is (93,128,29). Sum of RGB (Red+Green+Blue) = 93+128+29=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #5D801D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D801D is #A27FE2. Grayscale: #6A6A6A. Windows color (decimal): -10649571 or 1933405. OLE color: 1933405.
HSL color Cylindrical-coordinate representation of color #5D801D: hue angle of 81.21º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D801D is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 128 | 29 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.50 |
| HSL | 81.21º | 0.63% | 0.31% | - |
| HSV(B) | 81.21º | 0.77% | 0.5% | - |
| XYZ | 12.46 | 17.85 | 3.95 | - |
| YUV | 106.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 29 | 0.27 | 0 | 0.77 | 0.50 | 81.21 | 0.63 | 0.31 |
| Hex | 5D | 80 | 1D | 1B | 0 | 4D | 32 | 51 | 3F | 1F |
| Octal | 135 | 200 | 35 | 33 | 0 | 115 | 62 | 121 | 77 | 37 |
| Binary | 1011101 | 10000000 | 11101 | 11011 | 0 | 1001101 | 110010 | 1010001 | 111111 | 11111 |
Color Harmonies of #5D801D
Complementary color
Monochromatic Colors of #5D801D
Black with #5D801D
Text Example
Text Example
White with #5D801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D801D; }
p { color: rgb(93,128,29); }
H1.HeaderClassName
{
color: #5D801D;
}
.AnyTagClassName
{
color: #5D801D;
}
</style>
background-color css
<style>
a { background-color: #5D801D; }
a { background-color: rgb(93,128,29); }
div.DivClassName
{
background-color: #5D801D;
}
.BgClassName
{
background-color: #5D801D;
}
</style>
border-color css
<style>
span { border-color: #5D801D; }
span { border-color: rgb(93,128,29); }
td.TdClassName
{
border-color: #5D801D;
}
.TagClassName
{
border-color: #5D801D;
}
</style>