Shades of Olive Drab #607F29
Tints of Olive Drab #607F29
RGB
CMYK
RGB Variations
Color information
#607F29 (or 0x607F29) is known color: Olive Drab. HEX triplet: 60, 7F and 29. RGB value is (96,127,41). Sum of RGB (Red+Green+Blue) = 96+127+41=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #607F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F29 is #9F80D6. Grayscale: #6C6C6C. Windows color (decimal): -10453207 or 2719584. OLE color: 2719584.
HSL color Cylindrical-coordinate representation of color #607F29: hue angle of 81.63º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #607F29 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 41 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.50 |
| HSL | 81.63º | 0.51% | 0.33% | - |
| HSV(B) | 81.63º | 0.68% | 0.5% | - |
| XYZ | 12.81 | 17.83 | 4.86 | - |
| YUV | 107.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 41 | 0.24 | 0 | 0.68 | 0.50 | 81.63 | 0.51 | 0.33 |
| Hex | 60 | 7F | 29 | 18 | 0 | 44 | 32 | 52 | 33 | 21 |
| Octal | 140 | 177 | 51 | 30 | 0 | 104 | 62 | 122 | 63 | 41 |
| Binary | 1100000 | 1111111 | 101001 | 11000 | 0 | 1000100 | 110010 | 1010010 | 110011 | 100001 |
Color Harmonies of #607F29
Complementary color
Monochromatic Colors of #607F29
Black with #607F29
Text Example
Text Example
White with #607F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F29; }
p { color: rgb(96,127,41); }
H1.HeaderClassName
{
color: #607F29;
}
.AnyTagClassName
{
color: #607F29;
}
</style>
background-color css
<style>
a { background-color: #607F29; }
a { background-color: rgb(96,127,41); }
div.DivClassName
{
background-color: #607F29;
}
.BgClassName
{
background-color: #607F29;
}
</style>
border-color css
<style>
span { border-color: #607F29; }
span { border-color: rgb(96,127,41); }
td.TdClassName
{
border-color: #607F29;
}
.TagClassName
{
border-color: #607F29;
}
</style>