Shades of Dark Olive Green #60752F
Tints of Dark Olive Green #60752F
RGB
CMYK
RGB Variations
Color information
#60752F (or 0x60752F) is known color: Dark Olive Green. HEX triplet: 60, 75 and 2F. RGB value is (96,117,47). Sum of RGB (Red+Green+Blue) = 96+117+47=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #60752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60752F is #9F8AD0. Grayscale: #676767. Windows color (decimal): -10455761 or 3110240. OLE color: 3110240.
HSL color Cylindrical-coordinate representation of color #60752F: hue angle of 78º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60752F is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 47 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.54 |
| HSL | 78º | 0.43% | 0.32% | - |
| HSV(B) | 78º | 0.6% | 0.46% | - |
| XYZ | 11.7 | 15.41 | 5.05 | - |
| YUV | 102.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 47 | 0.18 | 0 | 0.60 | 0.54 | 78 | 0.43 | 0.32 |
| Hex | 60 | 75 | 2F | 12 | 0 | 3C | 36 | 4E | 2B | 20 |
| Octal | 140 | 165 | 57 | 22 | 0 | 74 | 66 | 116 | 53 | 40 |
| Binary | 1100000 | 1110101 | 101111 | 10010 | 0 | 111100 | 110110 | 1001110 | 101011 | 100000 |
Color Harmonies of #60752F
Complementary color
Monochromatic Colors of #60752F
Black with #60752F
Text Example
Text Example
White with #60752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60752F; }
p { color: rgb(96,117,47); }
H1.HeaderClassName
{
color: #60752F;
}
.AnyTagClassName
{
color: #60752F;
}
</style>
background-color css
<style>
a { background-color: #60752F; }
a { background-color: rgb(96,117,47); }
div.DivClassName
{
background-color: #60752F;
}
.BgClassName
{
background-color: #60752F;
}
</style>
border-color css
<style>
span { border-color: #60752F; }
span { border-color: rgb(96,117,47); }
td.TdClassName
{
border-color: #60752F;
}
.TagClassName
{
border-color: #60752F;
}
</style>