Shades of Olive Drab #5E8605
Tints of Olive Drab #5E8605
RGB
CMYK
RGB Variations
Color information
#5E8605 (or 0x5E8605) is known color: Olive Drab. HEX triplet: 5E, 86 and 05. RGB value is (94,134,5). Sum of RGB (Red+Green+Blue) = 94+134+5=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8605 is #A179FA. Grayscale: #6B6B6B. Windows color (decimal): -10582523 or 362078. OLE color: 362078.
HSL color Cylindrical-coordinate representation of color #5E8605: hue angle of 78.6º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E8605 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 5 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.47 |
| HSL | 78.6º | 0.93% | 0.27% | - |
| HSV(B) | 78.6º | 0.96% | 0.53% | - |
| XYZ | 13.17 | 19.44 | 3.2 | - |
| YUV | 107.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 5 | 0.30 | 0 | 0.96 | 0.47 | 78.6 | 0.93 | 0.27 |
| Hex | 5E | 86 | 5 | 1E | 0 | 60 | 2F | 4F | 5D | 1B |
| Octal | 136 | 206 | 5 | 36 | 0 | 140 | 57 | 117 | 135 | 33 |
| Binary | 1011110 | 10000110 | 101 | 11110 | 0 | 1100000 | 101111 | 1001111 | 1011101 | 11011 |
Color Harmonies of #5E8605
Complementary color
Monochromatic Colors of #5E8605
Black with #5E8605
Text Example
Text Example
White with #5E8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8605; }
p { color: rgb(94,134,5); }
H1.HeaderClassName
{
color: #5E8605;
}
.AnyTagClassName
{
color: #5E8605;
}
</style>
background-color css
<style>
a { background-color: #5E8605; }
a { background-color: rgb(94,134,5); }
div.DivClassName
{
background-color: #5E8605;
}
.BgClassName
{
background-color: #5E8605;
}
</style>
border-color css
<style>
span { border-color: #5E8605; }
span { border-color: rgb(94,134,5); }
td.TdClassName
{
border-color: #5E8605;
}
.TagClassName
{
border-color: #5E8605;
}
</style>