Shades of Dark Olive Green #5E762B
Tints of Dark Olive Green #5E762B
RGB
CMYK
RGB Variations
Color information
#5E762B (or 0x5E762B) is known color: Dark Olive Green. HEX triplet: 5E, 76 and 2B. RGB value is (94,118,43). Sum of RGB (Red+Green+Blue) = 94+118+43=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #5E762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E762B is #A189D4. Grayscale: #666666. Windows color (decimal): -10586581 or 2848350. OLE color: 2848350.
HSL color Cylindrical-coordinate representation of color #5E762B: hue angle of 79.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E762B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 43 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.54 |
| HSL | 79.2º | 0.47% | 0.32% | - |
| HSV(B) | 79.2º | 0.64% | 0.46% | - |
| XYZ | 11.53 | 15.51 | 4.67 | - |
| YUV | 102.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 43 | 0.20 | 0 | 0.64 | 0.54 | 79.2 | 0.47 | 0.32 |
| Hex | 5E | 76 | 2B | 14 | 0 | 40 | 36 | 4F | 2F | 20 |
| Octal | 136 | 166 | 53 | 24 | 0 | 100 | 66 | 117 | 57 | 40 |
| Binary | 1011110 | 1110110 | 101011 | 10100 | 0 | 1000000 | 110110 | 1001111 | 101111 | 100000 |
Color Harmonies of #5E762B
Complementary color
Monochromatic Colors of #5E762B
Black with #5E762B
Text Example
Text Example
White with #5E762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E762B; }
p { color: rgb(94,118,43); }
H1.HeaderClassName
{
color: #5E762B;
}
.AnyTagClassName
{
color: #5E762B;
}
</style>
background-color css
<style>
a { background-color: #5E762B; }
a { background-color: rgb(94,118,43); }
div.DivClassName
{
background-color: #5E762B;
}
.BgClassName
{
background-color: #5E762B;
}
</style>
border-color css
<style>
span { border-color: #5E762B; }
span { border-color: rgb(94,118,43); }
td.TdClassName
{
border-color: #5E762B;
}
.TagClassName
{
border-color: #5E762B;
}
</style>