Shades of Glade Green #607F4E
Tints of Glade Green #607F4E
RGB
CMYK
RGB Variations
Color information
#607F4E (or 0x607F4E) is known color: Glade Green. HEX triplet: 60, 7F and 4E. RGB value is (96,127,78). Sum of RGB (Red+Green+Blue) = 96+127+78=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #607F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F4E is #9F80B1. Grayscale: #707070. Windows color (decimal): -10453170 or 5144416. OLE color: 5144416.
HSL color Cylindrical-coordinate representation of color #607F4E: hue angle of 97.96º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #607F4E is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 78 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.50 |
| HSL | 97.96º | 0.24% | 0.4% | - |
| HSV(B) | 97.96º | 0.39% | 0.5% | - |
| XYZ | 13.79 | 18.22 | 10 | - |
| YUV | 112.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 78 | 0.24 | 0 | 0.39 | 0.50 | 97.96 | 0.24 | 0.4 |
| Hex | 60 | 7F | 4E | 18 | 0 | 27 | 32 | 62 | 18 | 28 |
| Octal | 140 | 177 | 116 | 30 | 0 | 47 | 62 | 142 | 30 | 50 |
| Binary | 1100000 | 1111111 | 1001110 | 11000 | 0 | 100111 | 110010 | 1100010 | 11000 | 101000 |
Color Harmonies of #607F4E
Complementary color
Monochromatic Colors of #607F4E
Black with #607F4E
Text Example
Text Example
White with #607F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F4E; }
p { color: rgb(96,127,78); }
H1.HeaderClassName
{
color: #607F4E;
}
.AnyTagClassName
{
color: #607F4E;
}
</style>
background-color css
<style>
a { background-color: #607F4E; }
a { background-color: rgb(96,127,78); }
div.DivClassName
{
background-color: #607F4E;
}
.BgClassName
{
background-color: #607F4E;
}
</style>
border-color css
<style>
span { border-color: #607F4E; }
span { border-color: rgb(96,127,78); }
td.TdClassName
{
border-color: #607F4E;
}
.TagClassName
{
border-color: #607F4E;
}
</style>