Shades of Glade Green #608949
Tints of Glade Green #608949
RGB
CMYK
RGB Variations
Color information
#608949 (or 0x608949) is known color: Glade Green. HEX triplet: 60, 89 and 49. RGB value is (96,137,73). Sum of RGB (Red+Green+Blue) = 96+137+73=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #608949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608949 is #9F76B6. Grayscale: #757575. Windows color (decimal): -10450615 or 4819296. OLE color: 4819296.
HSL color Cylindrical-coordinate representation of color #608949: hue angle of 98.44º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608949 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 73 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.46 |
| HSL | 98.44º | 0.3% | 0.41% | - |
| HSV(B) | 98.44º | 0.47% | 0.54% | - |
| XYZ | 14.97 | 20.86 | 9.54 | - |
| YUV | 117.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 73 | 0.30 | 0 | 0.47 | 0.46 | 98.44 | 0.3 | 0.41 |
| Hex | 60 | 89 | 49 | 1E | 0 | 2F | 2E | 62 | 1E | 29 |
| Octal | 140 | 211 | 111 | 36 | 0 | 57 | 56 | 142 | 36 | 51 |
| Binary | 1100000 | 10001001 | 1001001 | 11110 | 0 | 101111 | 101110 | 1100010 | 11110 | 101001 |
Color Harmonies of #608949
Complementary color
Monochromatic Colors of #608949
Black with #608949
Text Example
Text Example
White with #608949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608949; }
p { color: rgb(96,137,73); }
H1.HeaderClassName
{
color: #608949;
}
.AnyTagClassName
{
color: #608949;
}
</style>
background-color css
<style>
a { background-color: #608949; }
a { background-color: rgb(96,137,73); }
div.DivClassName
{
background-color: #608949;
}
.BgClassName
{
background-color: #608949;
}
</style>
border-color css
<style>
span { border-color: #608949; }
span { border-color: rgb(96,137,73); }
td.TdClassName
{
border-color: #608949;
}
.TagClassName
{
border-color: #608949;
}
</style>