Shades of Olive Drab #5E7E27
Tints of Olive Drab #5E7E27
RGB
CMYK
RGB Variations
Color information
#5E7E27 (or 0x5E7E27) is known color: Olive Drab. HEX triplet: 5E, 7E and 27. RGB value is (94,126,39). Sum of RGB (Red+Green+Blue) = 94+126+39=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7E27 is #A181D8. Grayscale: #6A6A6A. Windows color (decimal): -10584537 or 2588254. OLE color: 2588254.
HSL color Cylindrical-coordinate representation of color #5E7E27: hue angle of 82.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E7E27 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 126 | 39 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.51 |
| HSL | 82.07º | 0.53% | 0.32% | - |
| HSV(B) | 82.07º | 0.69% | 0.49% | - |
| XYZ | 12.44 | 17.45 | 4.63 | - |
| YUV | 106.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 39 | 0.25 | 0 | 0.69 | 0.51 | 82.07 | 0.53 | 0.32 |
| Hex | 5E | 7E | 27 | 19 | 0 | 45 | 33 | 52 | 35 | 20 |
| Octal | 136 | 176 | 47 | 31 | 0 | 105 | 63 | 122 | 65 | 40 |
| Binary | 1011110 | 1111110 | 100111 | 11001 | 0 | 1000101 | 110011 | 1010010 | 110101 | 100000 |
Color Harmonies of #5E7E27
Complementary color
Monochromatic Colors of #5E7E27
Black with #5E7E27
Text Example
Text Example
White with #5E7E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7E27; }
p { color: rgb(94,126,39); }
H1.HeaderClassName
{
color: #5E7E27;
}
.AnyTagClassName
{
color: #5E7E27;
}
</style>
background-color css
<style>
a { background-color: #5E7E27; }
a { background-color: rgb(94,126,39); }
div.DivClassName
{
background-color: #5E7E27;
}
.BgClassName
{
background-color: #5E7E27;
}
</style>
border-color css
<style>
span { border-color: #5E7E27; }
span { border-color: rgb(94,126,39); }
td.TdClassName
{
border-color: #5E7E27;
}
.TagClassName
{
border-color: #5E7E27;
}
</style>