Shades of Olive Drab #5E8100
Tints of Olive Drab #5E8100
RGB
CMYK
RGB Variations
Color information
#5E8100 (or 0x5E8100) is known color: Olive Drab. HEX triplet: 5E, 81 and 00. RGB value is (94,129,0). Sum of RGB (Red+Green+Blue) = 94+129+0=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8100 is #A17EFF. Grayscale: #686868. Windows color (decimal): -10583808 or 33118. OLE color: 33118.
HSL color Cylindrical-coordinate representation of color #5E8100: hue angle of 76.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E8100 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.49 |
| HSL | 76.28º | 1% | 0.25% | - |
| HSV(B) | 76.28º | 1% | 0.51% | - |
| XYZ | 12.47 | 18.08 | 2.83 | - |
| YUV | 103.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 0 | 0.27 | 0 | 1 | 0.49 | 76.28 | 1 | 0.25 |
| Hex | 5E | 81 | 0 | 1B | 0 | 64 | 31 | 4C | 64 | 19 |
| Octal | 136 | 201 | 0 | 33 | 0 | 144 | 61 | 114 | 144 | 31 |
| Binary | 1011110 | 10000001 | 0 | 11011 | 0 | 1100100 | 110001 | 1001100 | 1100100 | 11001 |
Color Harmonies of #5E8100
Complementary color
Monochromatic Colors of #5E8100
Black with #5E8100
Text Example
Text Example
White with #5E8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8100; }
p { color: rgb(94,129,0); }
H1.HeaderClassName
{
color: #5E8100;
}
.AnyTagClassName
{
color: #5E8100;
}
</style>
background-color css
<style>
a { background-color: #5E8100; }
a { background-color: rgb(94,129,0); }
div.DivClassName
{
background-color: #5E8100;
}
.BgClassName
{
background-color: #5E8100;
}
</style>
border-color css
<style>
span { border-color: #5E8100; }
span { border-color: rgb(94,129,0); }
td.TdClassName
{
border-color: #5E8100;
}
.TagClassName
{
border-color: #5E8100;
}
</style>