Shades of Dark Olive Green #607034
Tints of Dark Olive Green #607034
RGB
CMYK
RGB Variations
Color information
#607034 (or 0x607034) is known color: Dark Olive Green. HEX triplet: 60, 70 and 34. RGB value is (96,112,52). Sum of RGB (Red+Green+Blue) = 96+112+52=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #607034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607034 is #9F8FCB. Grayscale: #646464. Windows color (decimal): -10457036 or 3436640. OLE color: 3436640.
HSL color Cylindrical-coordinate representation of color #607034: hue angle of 76º 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 #607034 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 52 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.56 |
| HSL | 76º | 0.37% | 0.32% | - |
| HSV(B) | 76º | 0.54% | 0.44% | - |
| XYZ | 11.24 | 14.32 | 5.42 | - |
| YUV | 100.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 52 | 0.14 | 0 | 0.54 | 0.56 | 76 | 0.37 | 0.32 |
| Hex | 60 | 70 | 34 | E | 0 | 36 | 38 | 4C | 25 | 20 |
| Octal | 140 | 160 | 64 | 16 | 0 | 66 | 70 | 114 | 45 | 40 |
| Binary | 1100000 | 1110000 | 110100 | 1110 | 0 | 110110 | 111000 | 1001100 | 100101 | 100000 |
Color Harmonies of #607034
Complementary color
Monochromatic Colors of #607034
Black with #607034
Text Example
Text Example
White with #607034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607034; }
p { color: rgb(96,112,52); }
H1.HeaderClassName
{
color: #607034;
}
.AnyTagClassName
{
color: #607034;
}
</style>
background-color css
<style>
a { background-color: #607034; }
a { background-color: rgb(96,112,52); }
div.DivClassName
{
background-color: #607034;
}
.BgClassName
{
background-color: #607034;
}
</style>
border-color css
<style>
span { border-color: #607034; }
span { border-color: rgb(96,112,52); }
td.TdClassName
{
border-color: #607034;
}
.TagClassName
{
border-color: #607034;
}
</style>