Shades of Dark Olive Green #607732
Tints of Dark Olive Green #607732
RGB
CMYK
RGB Variations
Color information
#607732 (or 0x607732) is known color: Dark Olive Green. HEX triplet: 60, 77 and 32. RGB value is (96,119,50). Sum of RGB (Red+Green+Blue) = 96+119+50=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #607732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607732 is #9F88CD. Grayscale: #686868. Windows color (decimal): -10455246 or 3307360. OLE color: 3307360.
HSL color Cylindrical-coordinate representation of color #607732: hue angle of 80º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #607732 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 50 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.53 |
| HSL | 80º | 0.41% | 0.33% | - |
| HSV(B) | 80º | 0.58% | 0.47% | - |
| XYZ | 12 | 15.91 | 5.46 | - |
| YUV | 104.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 50 | 0.19 | 0 | 0.58 | 0.53 | 80 | 0.41 | 0.33 |
| Hex | 60 | 77 | 32 | 13 | 0 | 3A | 35 | 50 | 29 | 21 |
| Octal | 140 | 167 | 62 | 23 | 0 | 72 | 65 | 120 | 51 | 41 |
| Binary | 1100000 | 1110111 | 110010 | 10011 | 0 | 111010 | 110101 | 1010000 | 101001 | 100001 |
Color Harmonies of #607732
Complementary color
Monochromatic Colors of #607732
Black with #607732
Text Example
Text Example
White with #607732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607732; }
p { color: rgb(96,119,50); }
H1.HeaderClassName
{
color: #607732;
}
.AnyTagClassName
{
color: #607732;
}
</style>
background-color css
<style>
a { background-color: #607732; }
a { background-color: rgb(96,119,50); }
div.DivClassName
{
background-color: #607732;
}
.BgClassName
{
background-color: #607732;
}
</style>
border-color css
<style>
span { border-color: #607732; }
span { border-color: rgb(96,119,50); }
td.TdClassName
{
border-color: #607732;
}
.TagClassName
{
border-color: #607732;
}
</style>