Shades of Dark Olive Green #5E6F35
Tints of Dark Olive Green #5E6F35
RGB
CMYK
RGB Variations
Color information
#5E6F35 (or 0x5E6F35) is known color: Dark Olive Green. HEX triplet: 5E, 6F and 35. RGB value is (94,111,53). Sum of RGB (Red+Green+Blue) = 94+111+53=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F35 is #A190CA. Grayscale: #636363. Windows color (decimal): -10588363 or 3501918. OLE color: 3501918.
HSL color Cylindrical-coordinate representation of color #5E6F35: hue angle of 77.59º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E6F35 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 53 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.56 |
| HSL | 77.59º | 0.35% | 0.32% | - |
| HSV(B) | 77.59º | 0.52% | 0.44% | - |
| XYZ | 10.94 | 14.01 | 5.49 | - |
| YUV | 99.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 53 | 0.15 | 0 | 0.52 | 0.56 | 77.59 | 0.35 | 0.32 |
| Hex | 5E | 6F | 35 | F | 0 | 34 | 38 | 4E | 23 | 20 |
| Octal | 136 | 157 | 65 | 17 | 0 | 64 | 70 | 116 | 43 | 40 |
| Binary | 1011110 | 1101111 | 110101 | 1111 | 0 | 110100 | 111000 | 1001110 | 100011 | 100000 |
Color Harmonies of #5E6F35
Complementary color
Monochromatic Colors of #5E6F35
Black with #5E6F35
Text Example
Text Example
White with #5E6F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F35; }
p { color: rgb(94,111,53); }
H1.HeaderClassName
{
color: #5E6F35;
}
.AnyTagClassName
{
color: #5E6F35;
}
</style>
background-color css
<style>
a { background-color: #5E6F35; }
a { background-color: rgb(94,111,53); }
div.DivClassName
{
background-color: #5E6F35;
}
.BgClassName
{
background-color: #5E6F35;
}
</style>
border-color css
<style>
span { border-color: #5E6F35; }
span { border-color: rgb(94,111,53); }
td.TdClassName
{
border-color: #5E6F35;
}
.TagClassName
{
border-color: #5E6F35;
}
</style>