Shades of Dark Olive Green #5E752B
Tints of Dark Olive Green #5E752B
RGB
CMYK
RGB Variations
Color information
#5E752B (or 0x5E752B) is known color: Dark Olive Green. HEX triplet: 5E, 75 and 2B. RGB value is (94,117,43). Sum of RGB (Red+Green+Blue) = 94+117+43=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #5E752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E752B is #A18AD4. Grayscale: #656565. Windows color (decimal): -10586837 or 2848094. OLE color: 2848094.
HSL color Cylindrical-coordinate representation of color #5E752B: hue angle of 78.65º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E752B is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 43 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.54 |
| HSL | 78.65º | 0.46% | 0.31% | - |
| HSV(B) | 78.65º | 0.63% | 0.46% | - |
| XYZ | 11.41 | 15.28 | 4.63 | - |
| YUV | 101.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 43 | 0.20 | 0 | 0.63 | 0.54 | 78.65 | 0.46 | 0.31 |
| Hex | 5E | 75 | 2B | 14 | 0 | 3F | 36 | 4F | 2E | 1F |
| Octal | 136 | 165 | 53 | 24 | 0 | 77 | 66 | 117 | 56 | 37 |
| Binary | 1011110 | 1110101 | 101011 | 10100 | 0 | 111111 | 110110 | 1001111 | 101110 | 11111 |
Color Harmonies of #5E752B
Complementary color
Monochromatic Colors of #5E752B
Black with #5E752B
Text Example
Text Example
White with #5E752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E752B; }
p { color: rgb(94,117,43); }
H1.HeaderClassName
{
color: #5E752B;
}
.AnyTagClassName
{
color: #5E752B;
}
</style>
background-color css
<style>
a { background-color: #5E752B; }
a { background-color: rgb(94,117,43); }
div.DivClassName
{
background-color: #5E752B;
}
.BgClassName
{
background-color: #5E752B;
}
</style>
border-color css
<style>
span { border-color: #5E752B; }
span { border-color: rgb(94,117,43); }
td.TdClassName
{
border-color: #5E752B;
}
.TagClassName
{
border-color: #5E752B;
}
</style>