Shades of Olive Drab #5E8907
Tints of Olive Drab #5E8907
RGB
CMYK
RGB Variations
Color information
#5E8907 (or 0x5E8907) is known color: Olive Drab. HEX triplet: 5E, 89 and 07. RGB value is (94,137,7). Sum of RGB (Red+Green+Blue) = 94+137+7=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8907 is #A176F8. Grayscale: #6D6D6D. Windows color (decimal): -10581753 or 493918. OLE color: 493918.
HSL color Cylindrical-coordinate representation of color #5E8907: hue angle of 79.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E8907 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 7 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.46 |
| HSL | 79.85º | 0.9% | 0.28% | - |
| HSV(B) | 79.85º | 0.95% | 0.54% | - |
| XYZ | 13.6 | 20.29 | 3.4 | - |
| YUV | 109.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 7 | 0.31 | 0 | 0.95 | 0.46 | 79.85 | 0.9 | 0.28 |
| Hex | 5E | 89 | 7 | 1F | 0 | 5F | 2E | 50 | 5A | 1C |
| Octal | 136 | 211 | 7 | 37 | 0 | 137 | 56 | 120 | 132 | 34 |
| Binary | 1011110 | 10001001 | 111 | 11111 | 0 | 1011111 | 101110 | 1010000 | 1011010 | 11100 |
Color Harmonies of #5E8907
Complementary color
Monochromatic Colors of #5E8907
Black with #5E8907
Text Example
Text Example
White with #5E8907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8907; }
p { color: rgb(94,137,7); }
H1.HeaderClassName
{
color: #5E8907;
}
.AnyTagClassName
{
color: #5E8907;
}
</style>
background-color css
<style>
a { background-color: #5E8907; }
a { background-color: rgb(94,137,7); }
div.DivClassName
{
background-color: #5E8907;
}
.BgClassName
{
background-color: #5E8907;
}
</style>
border-color css
<style>
span { border-color: #5E8907; }
span { border-color: rgb(94,137,7); }
td.TdClassName
{
border-color: #5E8907;
}
.TagClassName
{
border-color: #5E8907;
}
</style>