Shades of Dark Olive Green #607A2F
Tints of Dark Olive Green #607A2F
RGB
CMYK
RGB Variations
Color information
#607A2F (or 0x607A2F) is known color: Dark Olive Green. HEX triplet: 60, 7A and 2F. RGB value is (96,122,47). Sum of RGB (Red+Green+Blue) = 96+122+47=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #607A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607A2F is #9F85D0. Grayscale: #696969. Windows color (decimal): -10454481 or 3111520. OLE color: 3111520.
HSL color Cylindrical-coordinate representation of color #607A2F: hue angle of 80.8º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607A2F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 47 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.52 |
| HSL | 80.8º | 0.44% | 0.33% | - |
| HSV(B) | 80.8º | 0.61% | 0.48% | - |
| XYZ | 12.3 | 16.61 | 5.25 | - |
| YUV | 105.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 47 | 0.21 | 0 | 0.61 | 0.52 | 80.8 | 0.44 | 0.33 |
| Hex | 60 | 7A | 2F | 15 | 0 | 3D | 34 | 51 | 2C | 21 |
| Octal | 140 | 172 | 57 | 25 | 0 | 75 | 64 | 121 | 54 | 41 |
| Binary | 1100000 | 1111010 | 101111 | 10101 | 0 | 111101 | 110100 | 1010001 | 101100 | 100001 |
Color Harmonies of #607A2F
Complementary color
Monochromatic Colors of #607A2F
Black with #607A2F
Text Example
Text Example
White with #607A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A2F; }
p { color: rgb(96,122,47); }
H1.HeaderClassName
{
color: #607A2F;
}
.AnyTagClassName
{
color: #607A2F;
}
</style>
background-color css
<style>
a { background-color: #607A2F; }
a { background-color: rgb(96,122,47); }
div.DivClassName
{
background-color: #607A2F;
}
.BgClassName
{
background-color: #607A2F;
}
</style>
border-color css
<style>
span { border-color: #607A2F; }
span { border-color: rgb(96,122,47); }
td.TdClassName
{
border-color: #607A2F;
}
.TagClassName
{
border-color: #607A2F;
}
</style>