Shades of Dark Olive Green #607436
Tints of Dark Olive Green #607436
RGB
CMYK
RGB Variations
Color information
#607436 (or 0x607436) is known color: Dark Olive Green. HEX triplet: 60, 74 and 36. RGB value is (96,116,54). Sum of RGB (Red+Green+Blue) = 96+116+54=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #607436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607436 is #9F8BC9. Grayscale: #676767. Windows color (decimal): -10456010 or 3568736. OLE color: 3568736.
HSL color Cylindrical-coordinate representation of color #607436: hue angle of 79.35º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607436 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 54 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.55 |
| HSL | 79.35º | 0.36% | 0.33% | - |
| HSV(B) | 79.35º | 0.53% | 0.45% | - |
| XYZ | 11.74 | 15.24 | 5.81 | - |
| YUV | 102.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 54 | 0.17 | 0 | 0.53 | 0.55 | 79.35 | 0.36 | 0.33 |
| Hex | 60 | 74 | 36 | 11 | 0 | 35 | 37 | 4F | 24 | 21 |
| Octal | 140 | 164 | 66 | 21 | 0 | 65 | 67 | 117 | 44 | 41 |
| Binary | 1100000 | 1110100 | 110110 | 10001 | 0 | 110101 | 110111 | 1001111 | 100100 | 100001 |
Color Harmonies of #607436
Complementary color
Monochromatic Colors of #607436
Black with #607436
Text Example
Text Example
White with #607436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607436; }
p { color: rgb(96,116,54); }
H1.HeaderClassName
{
color: #607436;
}
.AnyTagClassName
{
color: #607436;
}
</style>
background-color css
<style>
a { background-color: #607436; }
a { background-color: rgb(96,116,54); }
div.DivClassName
{
background-color: #607436;
}
.BgClassName
{
background-color: #607436;
}
</style>
border-color css
<style>
span { border-color: #607436; }
span { border-color: rgb(96,116,54); }
td.TdClassName
{
border-color: #607436;
}
.TagClassName
{
border-color: #607436;
}
</style>