Shades of Olive Drab #5E8817
Tints of Olive Drab #5E8817
RGB
CMYK
RGB Variations
Color information
#5E8817 (or 0x5E8817) is known color: Olive Drab. HEX triplet: 5E, 88 and 17. RGB value is (94,136,23). Sum of RGB (Red+Green+Blue) = 94+136+23=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8817 is #A177E8. Grayscale: #6E6E6E. Windows color (decimal): -10581993 or 1542238. OLE color: 1542238.
HSL color Cylindrical-coordinate representation of color #5E8817: hue angle of 82.3º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E8817 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 23 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.47 |
| HSL | 82.3º | 0.71% | 0.31% | - |
| HSV(B) | 82.3º | 0.83% | 0.53% | - |
| XYZ | 13.57 | 20.05 | 3.97 | - |
| YUV | 110.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 23 | 0.31 | 0 | 0.83 | 0.47 | 82.3 | 0.71 | 0.31 |
| Hex | 5E | 88 | 17 | 1F | 0 | 53 | 2F | 52 | 47 | 1F |
| Octal | 136 | 210 | 27 | 37 | 0 | 123 | 57 | 122 | 107 | 37 |
| Binary | 1011110 | 10001000 | 10111 | 11111 | 0 | 1010011 | 101111 | 1010010 | 1000111 | 11111 |
Color Harmonies of #5E8817
Complementary color
Monochromatic Colors of #5E8817
Black with #5E8817
Text Example
Text Example
White with #5E8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8817; }
p { color: rgb(94,136,23); }
H1.HeaderClassName
{
color: #5E8817;
}
.AnyTagClassName
{
color: #5E8817;
}
</style>
background-color css
<style>
a { background-color: #5E8817; }
a { background-color: rgb(94,136,23); }
div.DivClassName
{
background-color: #5E8817;
}
.BgClassName
{
background-color: #5E8817;
}
</style>
border-color css
<style>
span { border-color: #5E8817; }
span { border-color: rgb(94,136,23); }
td.TdClassName
{
border-color: #5E8817;
}
.TagClassName
{
border-color: #5E8817;
}
</style>