Shades of Dark Olive Green #607C29
Tints of Dark Olive Green #607C29
RGB
CMYK
RGB Variations
Color information
#607C29 (or 0x607C29) is known color: Dark Olive Green. HEX triplet: 60, 7C and 29. RGB value is (96,124,41). Sum of RGB (Red+Green+Blue) = 96+124+41=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #607C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607C29 is #9F83D6. Grayscale: #6A6A6A. Windows color (decimal): -10453975 or 2718816. OLE color: 2718816.
HSL color Cylindrical-coordinate representation of color #607C29: hue angle of 80.24º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #607C29 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 41 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.51 |
| HSL | 80.24º | 0.5% | 0.32% | - |
| HSV(B) | 80.24º | 0.67% | 0.49% | - |
| XYZ | 12.43 | 17.06 | 4.74 | - |
| YUV | 106.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 41 | 0.23 | 0 | 0.67 | 0.51 | 80.24 | 0.5 | 0.32 |
| Hex | 60 | 7C | 29 | 17 | 0 | 43 | 33 | 50 | 32 | 20 |
| Octal | 140 | 174 | 51 | 27 | 0 | 103 | 63 | 120 | 62 | 40 |
| Binary | 1100000 | 1111100 | 101001 | 10111 | 0 | 1000011 | 110011 | 1010000 | 110010 | 100000 |
Color Harmonies of #607C29
Complementary color
Monochromatic Colors of #607C29
Black with #607C29
Text Example
Text Example
White with #607C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C29; }
p { color: rgb(96,124,41); }
H1.HeaderClassName
{
color: #607C29;
}
.AnyTagClassName
{
color: #607C29;
}
</style>
background-color css
<style>
a { background-color: #607C29; }
a { background-color: rgb(96,124,41); }
div.DivClassName
{
background-color: #607C29;
}
.BgClassName
{
background-color: #607C29;
}
</style>
border-color css
<style>
span { border-color: #607C29; }
span { border-color: rgb(96,124,41); }
td.TdClassName
{
border-color: #607C29;
}
.TagClassName
{
border-color: #607C29;
}
</style>