Shades of Olive Drab #5E891B
Tints of Olive Drab #5E891B
RGB
CMYK
RGB Variations
Color information
#5E891B (or 0x5E891B) is known color: Olive Drab. HEX triplet: 5E, 89 and 1B. RGB value is (94,137,27). Sum of RGB (Red+Green+Blue) = 94+137+27=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #5E891B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E891B is #A176E4. Grayscale: #707070. Windows color (decimal): -10581733 or 1804638. OLE color: 1804638.
HSL color Cylindrical-coordinate representation of color #5E891B: hue angle of 83.45º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E891B is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 27 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.46 |
| HSL | 83.45º | 0.67% | 0.32% | - |
| HSV(B) | 83.45º | 0.8% | 0.54% | - |
| XYZ | 13.76 | 20.35 | 4.24 | - |
| YUV | 111.6 | 80.25 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 27 | 0.31 | 0 | 0.80 | 0.46 | 83.45 | 0.67 | 0.32 |
| Hex | 5E | 89 | 1B | 1F | 0 | 50 | 2E | 53 | 43 | 20 |
| Octal | 136 | 211 | 33 | 37 | 0 | 120 | 56 | 123 | 103 | 40 |
| Binary | 1011110 | 10001001 | 11011 | 11111 | 0 | 1010000 | 101110 | 1010011 | 1000011 | 100000 |
Color Harmonies of #5E891B
Complementary color
Monochromatic Colors of #5E891B
Black with #5E891B
Text Example
Text Example
White with #5E891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E891B; }
p { color: rgb(94,137,27); }
H1.HeaderClassName
{
color: #5E891B;
}
.AnyTagClassName
{
color: #5E891B;
}
</style>
background-color css
<style>
a { background-color: #5E891B; }
a { background-color: rgb(94,137,27); }
div.DivClassName
{
background-color: #5E891B;
}
.BgClassName
{
background-color: #5E891B;
}
</style>
border-color css
<style>
span { border-color: #5E891B; }
span { border-color: rgb(94,137,27); }
td.TdClassName
{
border-color: #5E891B;
}
.TagClassName
{
border-color: #5E891B;
}
</style>