Shades of Olive Drab #5E8101
Tints of Olive Drab #5E8101
RGB
CMYK
RGB Variations
Color information
#5E8101 (or 0x5E8101) is known color: Olive Drab. HEX triplet: 5E, 81 and 01. RGB value is (94,129,1). Sum of RGB (Red+Green+Blue) = 94+129+1=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8101 is #A17EFE. Grayscale: #686868. Windows color (decimal): -10583807 or 98654. OLE color: 98654.
HSL color Cylindrical-coordinate representation of color #5E8101: hue angle of 76.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E8101 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.49 |
| HSL | 76.41º | 0.98% | 0.25% | - |
| HSV(B) | 76.41º | 0.99% | 0.51% | - |
| XYZ | 12.47 | 18.08 | 2.86 | - |
| YUV | 103.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 1 | 0.27 | 0 | 0.99 | 0.49 | 76.41 | 0.98 | 0.25 |
| Hex | 5E | 81 | 1 | 1B | 0 | 63 | 31 | 4C | 62 | 19 |
| Octal | 136 | 201 | 1 | 33 | 0 | 143 | 61 | 114 | 142 | 31 |
| Binary | 1011110 | 10000001 | 1 | 11011 | 0 | 1100011 | 110001 | 1001100 | 1100010 | 11001 |
Color Harmonies of #5E8101
Complementary color
Monochromatic Colors of #5E8101
Black with #5E8101
Text Example
Text Example
White with #5E8101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8101; }
p { color: rgb(94,129,1); }
H1.HeaderClassName
{
color: #5E8101;
}
.AnyTagClassName
{
color: #5E8101;
}
</style>
background-color css
<style>
a { background-color: #5E8101; }
a { background-color: rgb(94,129,1); }
div.DivClassName
{
background-color: #5E8101;
}
.BgClassName
{
background-color: #5E8101;
}
</style>
border-color css
<style>
span { border-color: #5E8101; }
span { border-color: rgb(94,129,1); }
td.TdClassName
{
border-color: #5E8101;
}
.TagClassName
{
border-color: #5E8101;
}
</style>