Shades of Olive Drab #5D811A
Tints of Olive Drab #5D811A
RGB
CMYK
RGB Variations
Color information
#5D811A (or 0x5D811A) is known color: Olive Drab. HEX triplet: 5D, 81 and 1A. RGB value is (93,129,26). Sum of RGB (Red+Green+Blue) = 93+129+26=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #5D811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D811A is #A27EE5. Grayscale: #6A6A6A. Windows color (decimal): -10649318 or 1737053. OLE color: 1737053.
HSL color Cylindrical-coordinate representation of color #5D811A: hue angle of 80.97º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D811A is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 129 | 26 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.49 |
| HSL | 80.97º | 0.66% | 0.3% | - |
| HSV(B) | 80.97º | 0.8% | 0.51% | - |
| XYZ | 12.55 | 18.1 | 3.81 | - |
| YUV | 106.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 26 | 0.28 | 0 | 0.80 | 0.49 | 80.97 | 0.66 | 0.3 |
| Hex | 5D | 81 | 1A | 1C | 0 | 50 | 31 | 51 | 42 | 1E |
| Octal | 135 | 201 | 32 | 34 | 0 | 120 | 61 | 121 | 102 | 36 |
| Binary | 1011101 | 10000001 | 11010 | 11100 | 0 | 1010000 | 110001 | 1010001 | 1000010 | 11110 |
Color Harmonies of #5D811A
Complementary color
Monochromatic Colors of #5D811A
Black with #5D811A
Text Example
Text Example
White with #5D811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D811A; }
p { color: rgb(93,129,26); }
H1.HeaderClassName
{
color: #5D811A;
}
.AnyTagClassName
{
color: #5D811A;
}
</style>
background-color css
<style>
a { background-color: #5D811A; }
a { background-color: rgb(93,129,26); }
div.DivClassName
{
background-color: #5D811A;
}
.BgClassName
{
background-color: #5D811A;
}
</style>
border-color css
<style>
span { border-color: #5D811A; }
span { border-color: rgb(93,129,26); }
td.TdClassName
{
border-color: #5D811A;
}
.TagClassName
{
border-color: #5D811A;
}
</style>