Shades of Olive Drab #5E8608
Tints of Olive Drab #5E8608
RGB
CMYK
RGB Variations
Color information
#5E8608 (or 0x5E8608) is known color: Olive Drab. HEX triplet: 5E, 86 and 08. RGB value is (94,134,8). Sum of RGB (Red+Green+Blue) = 94+134+8=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8608 is #A179F7. Grayscale: #6C6C6C. Windows color (decimal): -10582520 or 558686. OLE color: 558686.
HSL color Cylindrical-coordinate representation of color #5E8608: hue angle of 79.05º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E8608 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 8 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.47 |
| HSL | 79.05º | 0.89% | 0.28% | - |
| HSV(B) | 79.05º | 0.94% | 0.53% | - |
| XYZ | 13.19 | 19.45 | 3.29 | - |
| YUV | 107.68 | 71.75 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 8 | 0.30 | 0 | 0.94 | 0.47 | 79.05 | 0.89 | 0.28 |
| Hex | 5E | 86 | 8 | 1E | 0 | 5E | 2F | 4F | 59 | 1C |
| Octal | 136 | 206 | 10 | 36 | 0 | 136 | 57 | 117 | 131 | 34 |
| Binary | 1011110 | 10000110 | 1000 | 11110 | 0 | 1011110 | 101111 | 1001111 | 1011001 | 11100 |
Color Harmonies of #5E8608
Complementary color
Monochromatic Colors of #5E8608
Black with #5E8608
Text Example
Text Example
White with #5E8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8608; }
p { color: rgb(94,134,8); }
H1.HeaderClassName
{
color: #5E8608;
}
.AnyTagClassName
{
color: #5E8608;
}
</style>
background-color css
<style>
a { background-color: #5E8608; }
a { background-color: rgb(94,134,8); }
div.DivClassName
{
background-color: #5E8608;
}
.BgClassName
{
background-color: #5E8608;
}
</style>
border-color css
<style>
span { border-color: #5E8608; }
span { border-color: rgb(94,134,8); }
td.TdClassName
{
border-color: #5E8608;
}
.TagClassName
{
border-color: #5E8608;
}
</style>