Shades of Dark Olive Green #60772E
Tints of Dark Olive Green #60772E
RGB
CMYK
RGB Variations
Color information
#60772E (or 0x60772E) is known color: Dark Olive Green. HEX triplet: 60, 77 and 2E. RGB value is (96,119,46). Sum of RGB (Red+Green+Blue) = 96+119+46=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #60772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60772E is #9F88D1. Grayscale: #686868. Windows color (decimal): -10455250 or 3045216. OLE color: 3045216.
HSL color Cylindrical-coordinate representation of color #60772E: hue angle of 78.9º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60772E is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 46 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.53 |
| HSL | 78.9º | 0.44% | 0.32% | - |
| HSV(B) | 78.9º | 0.61% | 0.47% | - |
| XYZ | 11.91 | 15.88 | 5.02 | - |
| YUV | 103.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 46 | 0.19 | 0 | 0.61 | 0.53 | 78.9 | 0.44 | 0.32 |
| Hex | 60 | 77 | 2E | 13 | 0 | 3D | 35 | 4F | 2C | 20 |
| Octal | 140 | 167 | 56 | 23 | 0 | 75 | 65 | 117 | 54 | 40 |
| Binary | 1100000 | 1110111 | 101110 | 10011 | 0 | 111101 | 110101 | 1001111 | 101100 | 100000 |
Color Harmonies of #60772E
Complementary color
Monochromatic Colors of #60772E
Black with #60772E
Text Example
Text Example
White with #60772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60772E; }
p { color: rgb(96,119,46); }
H1.HeaderClassName
{
color: #60772E;
}
.AnyTagClassName
{
color: #60772E;
}
</style>
background-color css
<style>
a { background-color: #60772E; }
a { background-color: rgb(96,119,46); }
div.DivClassName
{
background-color: #60772E;
}
.BgClassName
{
background-color: #60772E;
}
</style>
border-color css
<style>
span { border-color: #60772E; }
span { border-color: rgb(96,119,46); }
td.TdClassName
{
border-color: #60772E;
}
.TagClassName
{
border-color: #60772E;
}
</style>