Shades of Olive Drab #5E8609
Tints of Olive Drab #5E8609
RGB
CMYK
RGB Variations
Color information
#5E8609 (or 0x5E8609) is known color: Olive Drab. HEX triplet: 5E, 86 and 09. RGB value is (94,134,9). Sum of RGB (Red+Green+Blue) = 94+134+9=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8609 is #A179F6. Grayscale: #6C6C6C. Windows color (decimal): -10582519 or 624222. OLE color: 624222.
HSL color Cylindrical-coordinate representation of color #5E8609: hue angle of 79.2º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E8609 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 9 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.47 |
| HSL | 79.2º | 0.87% | 0.28% | - |
| HSV(B) | 79.2º | 0.93% | 0.53% | - |
| XYZ | 13.19 | 19.45 | 3.32 | - |
| YUV | 107.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 9 | 0.30 | 0 | 0.93 | 0.47 | 79.2 | 0.87 | 0.28 |
| Hex | 5E | 86 | 9 | 1E | 0 | 5D | 2F | 4F | 57 | 1C |
| Octal | 136 | 206 | 11 | 36 | 0 | 135 | 57 | 117 | 127 | 34 |
| Binary | 1011110 | 10000110 | 1001 | 11110 | 0 | 1011101 | 101111 | 1001111 | 1010111 | 11100 |
Color Harmonies of #5E8609
Complementary color
Monochromatic Colors of #5E8609
Black with #5E8609
Text Example
Text Example
White with #5E8609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8609; }
p { color: rgb(94,134,9); }
H1.HeaderClassName
{
color: #5E8609;
}
.AnyTagClassName
{
color: #5E8609;
}
</style>
background-color css
<style>
a { background-color: #5E8609; }
a { background-color: rgb(94,134,9); }
div.DivClassName
{
background-color: #5E8609;
}
.BgClassName
{
background-color: #5E8609;
}
</style>
border-color css
<style>
span { border-color: #5E8609; }
span { border-color: rgb(94,134,9); }
td.TdClassName
{
border-color: #5E8609;
}
.TagClassName
{
border-color: #5E8609;
}
</style>