Shades of Dark Olive Green #5F762B
Tints of Dark Olive Green #5F762B
RGB
CMYK
RGB Variations
Color information
#5F762B (or 0x5F762B) is known color: Dark Olive Green. HEX triplet: 5F, 76 and 2B. RGB value is (95,118,43). Sum of RGB (Red+Green+Blue) = 95+118+43=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #5F762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F762B is #A089D4. Grayscale: #666666. Windows color (decimal): -10521045 or 2848351. OLE color: 2848351.
HSL color Cylindrical-coordinate representation of color #5F762B: hue angle of 78.4º 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 #5F762B is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 43 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.54 |
| HSL | 78.4º | 0.47% | 0.32% | - |
| HSV(B) | 78.4º | 0.64% | 0.46% | - |
| XYZ | 11.63 | 15.56 | 4.68 | - |
| YUV | 102.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 43 | 0.19 | 0 | 0.64 | 0.54 | 78.4 | 0.47 | 0.32 |
| Hex | 5F | 76 | 2B | 13 | 0 | 40 | 36 | 4E | 2F | 20 |
| Octal | 137 | 166 | 53 | 23 | 0 | 100 | 66 | 116 | 57 | 40 |
| Binary | 1011111 | 1110110 | 101011 | 10011 | 0 | 1000000 | 110110 | 1001110 | 101111 | 100000 |
Color Harmonies of #5F762B
Complementary color
Monochromatic Colors of #5F762B
Black with #5F762B
Text Example
Text Example
White with #5F762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F762B; }
p { color: rgb(95,118,43); }
H1.HeaderClassName
{
color: #5F762B;
}
.AnyTagClassName
{
color: #5F762B;
}
</style>
background-color css
<style>
a { background-color: #5F762B; }
a { background-color: rgb(95,118,43); }
div.DivClassName
{
background-color: #5F762B;
}
.BgClassName
{
background-color: #5F762B;
}
</style>
border-color css
<style>
span { border-color: #5F762B; }
span { border-color: rgb(95,118,43); }
td.TdClassName
{
border-color: #5F762B;
}
.TagClassName
{
border-color: #5F762B;
}
</style>