Shades of Dark Olive Green #607332
Tints of Dark Olive Green #607332
RGB
CMYK
RGB Variations
Color information
#607332 (or 0x607332) is known color: Dark Olive Green. HEX triplet: 60, 73 and 32. RGB value is (96,115,50). Sum of RGB (Red+Green+Blue) = 96+115+50=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #607332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607332 is #9F8CCD. Grayscale: #666666. Windows color (decimal): -10456270 or 3306336. OLE color: 3306336.
HSL color Cylindrical-coordinate representation of color #607332: hue angle of 77.54º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607332 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 50 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.55 |
| HSL | 77.54º | 0.39% | 0.32% | - |
| HSV(B) | 77.54º | 0.57% | 0.45% | - |
| XYZ | 11.53 | 14.98 | 5.3 | - |
| YUV | 101.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 50 | 0.17 | 0 | 0.57 | 0.55 | 77.54 | 0.39 | 0.32 |
| Hex | 60 | 73 | 32 | 11 | 0 | 39 | 37 | 4E | 27 | 20 |
| Octal | 140 | 163 | 62 | 21 | 0 | 71 | 67 | 116 | 47 | 40 |
| Binary | 1100000 | 1110011 | 110010 | 10001 | 0 | 111001 | 110111 | 1001110 | 100111 | 100000 |
Color Harmonies of #607332
Complementary color
Monochromatic Colors of #607332
Black with #607332
Text Example
Text Example
White with #607332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607332; }
p { color: rgb(96,115,50); }
H1.HeaderClassName
{
color: #607332;
}
.AnyTagClassName
{
color: #607332;
}
</style>
background-color css
<style>
a { background-color: #607332; }
a { background-color: rgb(96,115,50); }
div.DivClassName
{
background-color: #607332;
}
.BgClassName
{
background-color: #607332;
}
</style>
border-color css
<style>
span { border-color: #607332; }
span { border-color: rgb(96,115,50); }
td.TdClassName
{
border-color: #607332;
}
.TagClassName
{
border-color: #607332;
}
</style>