Shades of Dark Olive Green #60772C
Tints of Dark Olive Green #60772C
RGB
CMYK
RGB Variations
Color information
#60772C (or 0x60772C) is known color: Dark Olive Green. HEX triplet: 60, 77 and 2C. RGB value is (96,119,44). Sum of RGB (Red+Green+Blue) = 96+119+44=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #60772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60772C is #9F88D3. Grayscale: #676767. Windows color (decimal): -10455252 or 2914144. OLE color: 2914144.
HSL color Cylindrical-coordinate representation of color #60772C: hue angle of 78.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60772C is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 44 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.53 |
| HSL | 78.4º | 0.46% | 0.32% | - |
| HSV(B) | 78.4º | 0.63% | 0.47% | - |
| XYZ | 11.88 | 15.86 | 4.82 | - |
| YUV | 103.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 44 | 0.19 | 0 | 0.63 | 0.53 | 78.4 | 0.46 | 0.32 |
| Hex | 60 | 77 | 2C | 13 | 0 | 3F | 35 | 4E | 2E | 20 |
| Octal | 140 | 167 | 54 | 23 | 0 | 77 | 65 | 116 | 56 | 40 |
| Binary | 1100000 | 1110111 | 101100 | 10011 | 0 | 111111 | 110101 | 1001110 | 101110 | 100000 |
Color Harmonies of #60772C
Complementary color
Monochromatic Colors of #60772C
Black with #60772C
Text Example
Text Example
White with #60772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60772C; }
p { color: rgb(96,119,44); }
H1.HeaderClassName
{
color: #60772C;
}
.AnyTagClassName
{
color: #60772C;
}
</style>
background-color css
<style>
a { background-color: #60772C; }
a { background-color: rgb(96,119,44); }
div.DivClassName
{
background-color: #60772C;
}
.BgClassName
{
background-color: #60772C;
}
</style>
border-color css
<style>
span { border-color: #60772C; }
span { border-color: rgb(96,119,44); }
td.TdClassName
{
border-color: #60772C;
}
.TagClassName
{
border-color: #60772C;
}
</style>