Shades of Dark Olive Green #5F762D
Tints of Dark Olive Green #5F762D
RGB
CMYK
RGB Variations
Color information
#5F762D (or 0x5F762D) is known color: Dark Olive Green. HEX triplet: 5F, 76 and 2D. RGB value is (95,118,45). Sum of RGB (Red+Green+Blue) = 95+118+45=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #5F762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F762D is #A089D2. Grayscale: #676767. Windows color (decimal): -10521043 or 2979423. OLE color: 2979423.
HSL color Cylindrical-coordinate representation of color #5F762D: hue angle of 78.9º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F762D is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 45 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.54 |
| HSL | 78.9º | 0.45% | 0.32% | - |
| HSV(B) | 78.9º | 0.62% | 0.46% | - |
| XYZ | 11.67 | 15.58 | 4.87 | - |
| YUV | 102.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 45 | 0.19 | 0 | 0.62 | 0.54 | 78.9 | 0.45 | 0.32 |
| Hex | 5F | 76 | 2D | 13 | 0 | 3E | 36 | 4F | 2D | 20 |
| Octal | 137 | 166 | 55 | 23 | 0 | 76 | 66 | 117 | 55 | 40 |
| Binary | 1011111 | 1110110 | 101101 | 10011 | 0 | 111110 | 110110 | 1001111 | 101101 | 100000 |
Color Harmonies of #5F762D
Complementary color
Monochromatic Colors of #5F762D
Black with #5F762D
Text Example
Text Example
White with #5F762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F762D; }
p { color: rgb(95,118,45); }
H1.HeaderClassName
{
color: #5F762D;
}
.AnyTagClassName
{
color: #5F762D;
}
</style>
background-color css
<style>
a { background-color: #5F762D; }
a { background-color: rgb(95,118,45); }
div.DivClassName
{
background-color: #5F762D;
}
.BgClassName
{
background-color: #5F762D;
}
</style>
border-color css
<style>
span { border-color: #5F762D; }
span { border-color: rgb(95,118,45); }
td.TdClassName
{
border-color: #5F762D;
}
.TagClassName
{
border-color: #5F762D;
}
</style>