Shades of Olive Drab #5E881C
Tints of Olive Drab #5E881C
RGB
CMYK
RGB Variations
Color information
#5E881C (or 0x5E881C) is known color: Olive Drab. HEX triplet: 5E, 88 and 1C. RGB value is (94,136,28). Sum of RGB (Red+Green+Blue) = 94+136+28=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #5E881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E881C is #A177E3. Grayscale: #6F6F6F. Windows color (decimal): -10581988 or 1869918. OLE color: 1869918.
HSL color Cylindrical-coordinate representation of color #5E881C: hue angle of 83.33º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E881C is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 28 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.47 |
| HSL | 83.33º | 0.66% | 0.32% | - |
| HSV(B) | 83.33º | 0.79% | 0.53% | - |
| XYZ | 13.63 | 20.07 | 4.25 | - |
| YUV | 111.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 28 | 0.31 | 0 | 0.79 | 0.47 | 83.33 | 0.66 | 0.32 |
| Hex | 5E | 88 | 1C | 1F | 0 | 4F | 2F | 53 | 42 | 20 |
| Octal | 136 | 210 | 34 | 37 | 0 | 117 | 57 | 123 | 102 | 40 |
| Binary | 1011110 | 10001000 | 11100 | 11111 | 0 | 1001111 | 101111 | 1010011 | 1000010 | 100000 |
Color Harmonies of #5E881C
Complementary color
Monochromatic Colors of #5E881C
Black with #5E881C
Text Example
Text Example
White with #5E881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E881C; }
p { color: rgb(94,136,28); }
H1.HeaderClassName
{
color: #5E881C;
}
.AnyTagClassName
{
color: #5E881C;
}
</style>
background-color css
<style>
a { background-color: #5E881C; }
a { background-color: rgb(94,136,28); }
div.DivClassName
{
background-color: #5E881C;
}
.BgClassName
{
background-color: #5E881C;
}
</style>
border-color css
<style>
span { border-color: #5E881C; }
span { border-color: rgb(94,136,28); }
td.TdClassName
{
border-color: #5E881C;
}
.TagClassName
{
border-color: #5E881C;
}
</style>