Shades of Dark Olive Green #607832
Tints of Dark Olive Green #607832
RGB
CMYK
RGB Variations
Color information
#607832 (or 0x607832) is known color: Dark Olive Green. HEX triplet: 60, 78 and 32. RGB value is (96,120,50). Sum of RGB (Red+Green+Blue) = 96+120+50=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #607832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607832 is #9F87CD. Grayscale: #696969. Windows color (decimal): -10454990 or 3307616. OLE color: 3307616.
HSL color Cylindrical-coordinate representation of color #607832: hue angle of 80.57º 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 #607832 is Cyan = 0.2, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 50 | - |
| CMYK | 0.2 | 0 | 0.58 | 0.53 |
| HSL | 80.57º | 0.41% | 0.33% | - |
| HSV(B) | 80.57º | 0.58% | 0.47% | - |
| XYZ | 12.12 | 16.15 | 5.5 | - |
| YUV | 104.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 50 | 0.2 | 0 | 0.58 | 0.53 | 80.57 | 0.41 | 0.33 |
| Hex | 60 | 78 | 32 | 14 | 0 | 3A | 35 | 51 | 29 | 21 |
| Octal | 140 | 170 | 62 | 24 | 0 | 72 | 65 | 121 | 51 | 41 |
| Binary | 1100000 | 1111000 | 110010 | 10100 | 0 | 111010 | 110101 | 1010001 | 101001 | 100001 |
Color Harmonies of #607832
Complementary color
Monochromatic Colors of #607832
Black with #607832
Text Example
Text Example
White with #607832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607832; }
p { color: rgb(96,120,50); }
H1.HeaderClassName
{
color: #607832;
}
.AnyTagClassName
{
color: #607832;
}
</style>
background-color css
<style>
a { background-color: #607832; }
a { background-color: rgb(96,120,50); }
div.DivClassName
{
background-color: #607832;
}
.BgClassName
{
background-color: #607832;
}
</style>
border-color css
<style>
span { border-color: #607832; }
span { border-color: rgb(96,120,50); }
td.TdClassName
{
border-color: #607832;
}
.TagClassName
{
border-color: #607832;
}
</style>