Shades of Olive Drab #5E8601
Tints of Olive Drab #5E8601
RGB
CMYK
RGB Variations
Color information
#5E8601 (or 0x5E8601) is known color: Olive Drab. HEX triplet: 5E, 86 and 01. RGB value is (94,134,1). Sum of RGB (Red+Green+Blue) = 94+134+1=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8601 is #A179FE. Grayscale: #6B6B6B. Windows color (decimal): -10582527 or 99934. OLE color: 99934.
HSL color Cylindrical-coordinate representation of color #5E8601: hue angle of 78.05º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E8601 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.47 |
| HSL | 78.05º | 0.99% | 0.26% | - |
| HSV(B) | 78.05º | 0.99% | 0.53% | - |
| XYZ | 13.15 | 19.43 | 3.09 | - |
| YUV | 106.88 | 68.25 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 1 | 0.30 | 0 | 0.99 | 0.47 | 78.05 | 0.99 | 0.26 |
| Hex | 5E | 86 | 1 | 1E | 0 | 63 | 2F | 4E | 63 | 1A |
| Octal | 136 | 206 | 1 | 36 | 0 | 143 | 57 | 116 | 143 | 32 |
| Binary | 1011110 | 10000110 | 1 | 11110 | 0 | 1100011 | 101111 | 1001110 | 1100011 | 11010 |
Color Harmonies of #5E8601
Complementary color
Monochromatic Colors of #5E8601
Black with #5E8601
Text Example
Text Example
White with #5E8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8601; }
p { color: rgb(94,134,1); }
H1.HeaderClassName
{
color: #5E8601;
}
.AnyTagClassName
{
color: #5E8601;
}
</style>
background-color css
<style>
a { background-color: #5E8601; }
a { background-color: rgb(94,134,1); }
div.DivClassName
{
background-color: #5E8601;
}
.BgClassName
{
background-color: #5E8601;
}
</style>
border-color css
<style>
span { border-color: #5E8601; }
span { border-color: rgb(94,134,1); }
td.TdClassName
{
border-color: #5E8601;
}
.TagClassName
{
border-color: #5E8601;
}
</style>