Shades of Olive Drab #5E8607
Tints of Olive Drab #5E8607
RGB
CMYK
RGB Variations
Color information
#5E8607 (or 0x5E8607) is known color: Olive Drab. HEX triplet: 5E, 86 and 07. RGB value is (94,134,7). Sum of RGB (Red+Green+Blue) = 94+134+7=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8607 is #A179F8. Grayscale: #6C6C6C. Windows color (decimal): -10582521 or 493150. OLE color: 493150.
HSL color Cylindrical-coordinate representation of color #5E8607: hue angle of 78.9º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E8607 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 7 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.47 |
| HSL | 78.9º | 0.9% | 0.28% | - |
| HSV(B) | 78.9º | 0.95% | 0.53% | - |
| XYZ | 13.18 | 19.45 | 3.26 | - |
| YUV | 107.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 7 | 0.30 | 0 | 0.95 | 0.47 | 78.9 | 0.9 | 0.28 |
| Hex | 5E | 86 | 7 | 1E | 0 | 5F | 2F | 4F | 5A | 1C |
| Octal | 136 | 206 | 7 | 36 | 0 | 137 | 57 | 117 | 132 | 34 |
| Binary | 1011110 | 10000110 | 111 | 11110 | 0 | 1011111 | 101111 | 1001111 | 1011010 | 11100 |
Color Harmonies of #5E8607
Complementary color
Monochromatic Colors of #5E8607
Black with #5E8607
Text Example
Text Example
White with #5E8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8607; }
p { color: rgb(94,134,7); }
H1.HeaderClassName
{
color: #5E8607;
}
.AnyTagClassName
{
color: #5E8607;
}
</style>
background-color css
<style>
a { background-color: #5E8607; }
a { background-color: rgb(94,134,7); }
div.DivClassName
{
background-color: #5E8607;
}
.BgClassName
{
background-color: #5E8607;
}
</style>
border-color css
<style>
span { border-color: #5E8607; }
span { border-color: rgb(94,134,7); }
td.TdClassName
{
border-color: #5E8607;
}
.TagClassName
{
border-color: #5E8607;
}
</style>