Shades of Dark Olive Green #607134
Tints of Dark Olive Green #607134
RGB
CMYK
RGB Variations
Color information
#607134 (or 0x607134) is known color: Dark Olive Green. HEX triplet: 60, 71 and 34. RGB value is (96,113,52). Sum of RGB (Red+Green+Blue) = 96+113+52=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #607134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607134 is #9F8ECB. Grayscale: #656565. Windows color (decimal): -10456780 or 3436896. OLE color: 3436896.
HSL color Cylindrical-coordinate representation of color #607134: hue angle of 76.72º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #607134 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 52 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.56 |
| HSL | 76.72º | 0.37% | 0.32% | - |
| HSV(B) | 76.72º | 0.54% | 0.44% | - |
| XYZ | 11.35 | 14.54 | 5.46 | - |
| YUV | 100.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 52 | 0.15 | 0 | 0.54 | 0.56 | 76.72 | 0.37 | 0.32 |
| Hex | 60 | 71 | 34 | F | 0 | 36 | 38 | 4D | 25 | 20 |
| Octal | 140 | 161 | 64 | 17 | 0 | 66 | 70 | 115 | 45 | 40 |
| Binary | 1100000 | 1110001 | 110100 | 1111 | 0 | 110110 | 111000 | 1001101 | 100101 | 100000 |
Color Harmonies of #607134
Complementary color
Monochromatic Colors of #607134
Black with #607134
Text Example
Text Example
White with #607134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607134; }
p { color: rgb(96,113,52); }
H1.HeaderClassName
{
color: #607134;
}
.AnyTagClassName
{
color: #607134;
}
</style>
background-color css
<style>
a { background-color: #607134; }
a { background-color: rgb(96,113,52); }
div.DivClassName
{
background-color: #607134;
}
.BgClassName
{
background-color: #607134;
}
</style>
border-color css
<style>
span { border-color: #607134; }
span { border-color: rgb(96,113,52); }
td.TdClassName
{
border-color: #607134;
}
.TagClassName
{
border-color: #607134;
}
</style>