Shades of Dark Olive Green #607835
Tints of Dark Olive Green #607835
RGB
CMYK
RGB Variations
Color information
#607835 (or 0x607835) is known color: Dark Olive Green. HEX triplet: 60, 78 and 35. RGB value is (96,120,53). Sum of RGB (Red+Green+Blue) = 96+120+53=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #607835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607835 is #9F87CA. Grayscale: #696969. Windows color (decimal): -10454987 or 3504224. OLE color: 3504224.
HSL color Cylindrical-coordinate representation of color #607835: hue angle of 81.49º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #607835 is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 53 | - |
| CMYK | 0.2 | 0 | 0.56 | 0.53 |
| HSL | 81.49º | 0.39% | 0.34% | - |
| HSV(B) | 81.49º | 0.56% | 0.47% | - |
| XYZ | 12.18 | 16.18 | 5.85 | - |
| YUV | 105.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 53 | 0.2 | 0 | 0.56 | 0.53 | 81.49 | 0.39 | 0.34 |
| Hex | 60 | 78 | 35 | 14 | 0 | 38 | 35 | 51 | 27 | 22 |
| Octal | 140 | 170 | 65 | 24 | 0 | 70 | 65 | 121 | 47 | 42 |
| Binary | 1100000 | 1111000 | 110101 | 10100 | 0 | 111000 | 110101 | 1010001 | 100111 | 100010 |
Color Harmonies of #607835
Complementary color
Monochromatic Colors of #607835
Black with #607835
Text Example
Text Example
White with #607835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607835; }
p { color: rgb(96,120,53); }
H1.HeaderClassName
{
color: #607835;
}
.AnyTagClassName
{
color: #607835;
}
</style>
background-color css
<style>
a { background-color: #607835; }
a { background-color: rgb(96,120,53); }
div.DivClassName
{
background-color: #607835;
}
.BgClassName
{
background-color: #607835;
}
</style>
border-color css
<style>
span { border-color: #607835; }
span { border-color: rgb(96,120,53); }
td.TdClassName
{
border-color: #607835;
}
.TagClassName
{
border-color: #607835;
}
</style>