Shades of Dark Olive Green #607135
Tints of Dark Olive Green #607135
RGB
CMYK
RGB Variations
Color information
#607135 (or 0x607135) is known color: Dark Olive Green. HEX triplet: 60, 71 and 35. RGB value is (96,113,53). Sum of RGB (Red+Green+Blue) = 96+113+53=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #607135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607135 is #9F8ECA. Grayscale: #656565. Windows color (decimal): -10456779 or 3502432. OLE color: 3502432.
HSL color Cylindrical-coordinate representation of color #607135: hue angle of 77º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607135 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 53 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.56 |
| HSL | 77º | 0.36% | 0.33% | - |
| HSV(B) | 77º | 0.53% | 0.44% | - |
| XYZ | 11.37 | 14.55 | 5.58 | - |
| YUV | 101.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 53 | 0.15 | 0 | 0.53 | 0.56 | 77 | 0.36 | 0.33 |
| Hex | 60 | 71 | 35 | F | 0 | 35 | 38 | 4D | 24 | 21 |
| Octal | 140 | 161 | 65 | 17 | 0 | 65 | 70 | 115 | 44 | 41 |
| Binary | 1100000 | 1110001 | 110101 | 1111 | 0 | 110101 | 111000 | 1001101 | 100100 | 100001 |
Color Harmonies of #607135
Complementary color
Monochromatic Colors of #607135
Black with #607135
Text Example
Text Example
White with #607135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607135; }
p { color: rgb(96,113,53); }
H1.HeaderClassName
{
color: #607135;
}
.AnyTagClassName
{
color: #607135;
}
</style>
background-color css
<style>
a { background-color: #607135; }
a { background-color: rgb(96,113,53); }
div.DivClassName
{
background-color: #607135;
}
.BgClassName
{
background-color: #607135;
}
</style>
border-color css
<style>
span { border-color: #607135; }
span { border-color: rgb(96,113,53); }
td.TdClassName
{
border-color: #607135;
}
.TagClassName
{
border-color: #607135;
}
</style>