Shades of Glade Green #607F4F
Tints of Glade Green #607F4F
RGB
CMYK
RGB Variations
Color information
#607F4F (or 0x607F4F) is known color: Glade Green. HEX triplet: 60, 7F and 4F. RGB value is (96,127,79). Sum of RGB (Red+Green+Blue) = 96+127+79=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #607F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F4F is #9F80B0. Grayscale: #707070. Windows color (decimal): -10453169 or 5209952. OLE color: 5209952.
HSL color Cylindrical-coordinate representation of color #607F4F: hue angle of 98.75º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #607F4F is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 79 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.50 |
| HSL | 98.75º | 0.23% | 0.4% | - |
| HSV(B) | 98.75º | 0.38% | 0.5% | - |
| XYZ | 13.82 | 18.23 | 10.19 | - |
| YUV | 112.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 79 | 0.24 | 0 | 0.38 | 0.50 | 98.75 | 0.23 | 0.4 |
| Hex | 60 | 7F | 4F | 18 | 0 | 26 | 32 | 63 | 17 | 28 |
| Octal | 140 | 177 | 117 | 30 | 0 | 46 | 62 | 143 | 27 | 50 |
| Binary | 1100000 | 1111111 | 1001111 | 11000 | 0 | 100110 | 110010 | 1100011 | 10111 | 101000 |
Color Harmonies of #607F4F
Complementary color
Monochromatic Colors of #607F4F
Black with #607F4F
Text Example
Text Example
White with #607F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F4F; }
p { color: rgb(96,127,79); }
H1.HeaderClassName
{
color: #607F4F;
}
.AnyTagClassName
{
color: #607F4F;
}
</style>
background-color css
<style>
a { background-color: #607F4F; }
a { background-color: rgb(96,127,79); }
div.DivClassName
{
background-color: #607F4F;
}
.BgClassName
{
background-color: #607F4F;
}
</style>
border-color css
<style>
span { border-color: #607F4F; }
span { border-color: rgb(96,127,79); }
td.TdClassName
{
border-color: #607F4F;
}
.TagClassName
{
border-color: #607F4F;
}
</style>