Shades of Glade Green #608950
Tints of Glade Green #608950
RGB
CMYK
RGB Variations
Color information
#608950 (or 0x608950) is known color: Glade Green. HEX triplet: 60, 89 and 50. RGB value is (96,137,80). Sum of RGB (Red+Green+Blue) = 96+137+80=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #608950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608950 is #9F76AF. Grayscale: #767676. Windows color (decimal): -10450608 or 5278048. OLE color: 5278048.
HSL color Cylindrical-coordinate representation of color #608950: hue angle of 103.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #608950 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 80 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.46 |
| HSL | 103.16º | 0.26% | 0.43% | - |
| HSV(B) | 103.16º | 0.42% | 0.54% | - |
| XYZ | 15.22 | 20.96 | 10.83 | - |
| YUV | 118.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 80 | 0.30 | 0 | 0.42 | 0.46 | 103.16 | 0.26 | 0.43 |
| Hex | 60 | 89 | 50 | 1E | 0 | 2A | 2E | 67 | 1A | 2B |
| Octal | 140 | 211 | 120 | 36 | 0 | 52 | 56 | 147 | 32 | 53 |
| Binary | 1100000 | 10001001 | 1010000 | 11110 | 0 | 101010 | 101110 | 1100111 | 11010 | 101011 |
Color Harmonies of #608950
Complementary color
Monochromatic Colors of #608950
Black with #608950
Text Example
Text Example
White with #608950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608950; }
p { color: rgb(96,137,80); }
H1.HeaderClassName
{
color: #608950;
}
.AnyTagClassName
{
color: #608950;
}
</style>
background-color css
<style>
a { background-color: #608950; }
a { background-color: rgb(96,137,80); }
div.DivClassName
{
background-color: #608950;
}
.BgClassName
{
background-color: #608950;
}
</style>
border-color css
<style>
span { border-color: #608950; }
span { border-color: rgb(96,137,80); }
td.TdClassName
{
border-color: #608950;
}
.TagClassName
{
border-color: #608950;
}
</style>