Shades of Glade Green #608951
Tints of Glade Green #608951
RGB
CMYK
RGB Variations
Color information
#608951 (or 0x608951) is known color: Glade Green. HEX triplet: 60, 89 and 51. RGB value is (96,137,81). Sum of RGB (Red+Green+Blue) = 96+137+81=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #608951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608951 is #9F76AE. Grayscale: #767676. Windows color (decimal): -10450607 or 5343584. OLE color: 5343584.
HSL color Cylindrical-coordinate representation of color #608951: hue angle of 103.93º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #608951 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 81 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.46 |
| HSL | 103.93º | 0.26% | 0.43% | - |
| HSV(B) | 103.93º | 0.41% | 0.54% | - |
| XYZ | 15.25 | 20.97 | 11.03 | - |
| YUV | 118.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 81 | 0.30 | 0 | 0.41 | 0.46 | 103.93 | 0.26 | 0.43 |
| Hex | 60 | 89 | 51 | 1E | 0 | 29 | 2E | 68 | 1A | 2B |
| Octal | 140 | 211 | 121 | 36 | 0 | 51 | 56 | 150 | 32 | 53 |
| Binary | 1100000 | 10001001 | 1010001 | 11110 | 0 | 101001 | 101110 | 1101000 | 11010 | 101011 |
Color Harmonies of #608951
Complementary color
Monochromatic Colors of #608951
Black with #608951
Text Example
Text Example
White with #608951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608951; }
p { color: rgb(96,137,81); }
H1.HeaderClassName
{
color: #608951;
}
.AnyTagClassName
{
color: #608951;
}
</style>
background-color css
<style>
a { background-color: #608951; }
a { background-color: rgb(96,137,81); }
div.DivClassName
{
background-color: #608951;
}
.BgClassName
{
background-color: #608951;
}
</style>
border-color css
<style>
span { border-color: #608951; }
span { border-color: rgb(96,137,81); }
td.TdClassName
{
border-color: #608951;
}
.TagClassName
{
border-color: #608951;
}
</style>