Shades of Dark Olive Green #5E702D
Tints of Dark Olive Green #5E702D
RGB
CMYK
RGB Variations
Color information
#5E702D (or 0x5E702D) is known color: Dark Olive Green. HEX triplet: 5E, 70 and 2D. RGB value is (94,112,45). Sum of RGB (Red+Green+Blue) = 94+112+45=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #5E702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E702D is #A18FD2. Grayscale: #636363. Windows color (decimal): -10588115 or 2977886. OLE color: 2977886.
HSL color Cylindrical-coordinate representation of color #5E702D: hue angle of 76.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E702D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 45 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.56 |
| HSL | 76.12º | 0.43% | 0.31% | - |
| HSV(B) | 76.12º | 0.6% | 0.44% | - |
| XYZ | 10.88 | 14.16 | 4.64 | - |
| YUV | 98.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 45 | 0.16 | 0 | 0.60 | 0.56 | 76.12 | 0.43 | 0.31 |
| Hex | 5E | 70 | 2D | 10 | 0 | 3C | 38 | 4C | 2B | 1F |
| Octal | 136 | 160 | 55 | 20 | 0 | 74 | 70 | 114 | 53 | 37 |
| Binary | 1011110 | 1110000 | 101101 | 10000 | 0 | 111100 | 111000 | 1001100 | 101011 | 11111 |
Color Harmonies of #5E702D
Complementary color
Monochromatic Colors of #5E702D
Black with #5E702D
Text Example
Text Example
White with #5E702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E702D; }
p { color: rgb(94,112,45); }
H1.HeaderClassName
{
color: #5E702D;
}
.AnyTagClassName
{
color: #5E702D;
}
</style>
background-color css
<style>
a { background-color: #5E702D; }
a { background-color: rgb(94,112,45); }
div.DivClassName
{
background-color: #5E702D;
}
.BgClassName
{
background-color: #5E702D;
}
</style>
border-color css
<style>
span { border-color: #5E702D; }
span { border-color: rgb(94,112,45); }
td.TdClassName
{
border-color: #5E702D;
}
.TagClassName
{
border-color: #5E702D;
}
</style>