Shades of Dark Olive Green #607934
Tints of Dark Olive Green #607934
RGB
CMYK
RGB Variations
Color information
#607934 (or 0x607934) is known color: Dark Olive Green. HEX triplet: 60, 79 and 34. RGB value is (96,121,52). Sum of RGB (Red+Green+Blue) = 96+121+52=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #607934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607934 is #9F86CB. Grayscale: #696969. Windows color (decimal): -10454732 or 3438944. OLE color: 3438944.
HSL color Cylindrical-coordinate representation of color #607934: hue angle of 81.74º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607934 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 121 | 52 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.53 |
| HSL | 81.74º | 0.4% | 0.34% | - |
| HSV(B) | 81.74º | 0.57% | 0.47% | - |
| XYZ | 12.28 | 16.41 | 5.77 | - |
| YUV | 105.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 52 | 0.21 | 0 | 0.57 | 0.53 | 81.74 | 0.4 | 0.34 |
| Hex | 60 | 79 | 34 | 15 | 0 | 39 | 35 | 52 | 28 | 22 |
| Octal | 140 | 171 | 64 | 25 | 0 | 71 | 65 | 122 | 50 | 42 |
| Binary | 1100000 | 1111001 | 110100 | 10101 | 0 | 111001 | 110101 | 1010010 | 101000 | 100010 |
Color Harmonies of #607934
Complementary color
Monochromatic Colors of #607934
Black with #607934
Text Example
Text Example
White with #607934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607934; }
p { color: rgb(96,121,52); }
H1.HeaderClassName
{
color: #607934;
}
.AnyTagClassName
{
color: #607934;
}
</style>
background-color css
<style>
a { background-color: #607934; }
a { background-color: rgb(96,121,52); }
div.DivClassName
{
background-color: #607934;
}
.BgClassName
{
background-color: #607934;
}
</style>
border-color css
<style>
span { border-color: #607934; }
span { border-color: rgb(96,121,52); }
td.TdClassName
{
border-color: #607934;
}
.TagClassName
{
border-color: #607934;
}
</style>