Shades of Olive Drab #5D801E
Tints of Olive Drab #5D801E
RGB
CMYK
RGB Variations
Color information
#5D801E (or 0x5D801E) is known color: Olive Drab. HEX triplet: 5D, 80 and 1E. RGB value is (93,128,30). Sum of RGB (Red+Green+Blue) = 93+128+30=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #5D801E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D801E is #A27FE1. Grayscale: #6A6A6A. Windows color (decimal): -10649570 or 1998941. OLE color: 1998941.
HSL color Cylindrical-coordinate representation of color #5D801E: hue angle of 81.43º degrees, saturation: 0.62, 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 #5D801E is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 128 | 30 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.50 |
| HSL | 81.43º | 0.62% | 0.31% | - |
| HSV(B) | 81.43º | 0.77% | 0.5% | - |
| XYZ | 12.47 | 17.86 | 4.02 | - |
| YUV | 106.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 30 | 0.27 | 0 | 0.77 | 0.50 | 81.43 | 0.62 | 0.31 |
| Hex | 5D | 80 | 1E | 1B | 0 | 4D | 32 | 51 | 3E | 1F |
| Octal | 135 | 200 | 36 | 33 | 0 | 115 | 62 | 121 | 76 | 37 |
| Binary | 1011101 | 10000000 | 11110 | 11011 | 0 | 1001101 | 110010 | 1010001 | 111110 | 11111 |
Color Harmonies of #5D801E
Complementary color
Monochromatic Colors of #5D801E
Black with #5D801E
Text Example
Text Example
White with #5D801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D801E; }
p { color: rgb(93,128,30); }
H1.HeaderClassName
{
color: #5D801E;
}
.AnyTagClassName
{
color: #5D801E;
}
</style>
background-color css
<style>
a { background-color: #5D801E; }
a { background-color: rgb(93,128,30); }
div.DivClassName
{
background-color: #5D801E;
}
.BgClassName
{
background-color: #5D801E;
}
</style>
border-color css
<style>
span { border-color: #5D801E; }
span { border-color: rgb(93,128,30); }
td.TdClassName
{
border-color: #5D801E;
}
.TagClassName
{
border-color: #5D801E;
}
</style>