Shades of Glade Green #608649
Tints of Glade Green #608649
RGB
CMYK
RGB Variations
Color information
#608649 (or 0x608649) is known color: Glade Green. HEX triplet: 60, 86 and 49. RGB value is (96,134,73). Sum of RGB (Red+Green+Blue) = 96+134+73=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #608649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608649 is #9F79B6. Grayscale: #737373. Windows color (decimal): -10451383 or 4818528. OLE color: 4818528.
HSL color Cylindrical-coordinate representation of color #608649: hue angle of 97.38º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #608649 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 73 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.47 |
| HSL | 97.38º | 0.29% | 0.41% | - |
| HSV(B) | 97.38º | 0.46% | 0.53% | - |
| XYZ | 14.55 | 20.02 | 9.4 | - |
| YUV | 115.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 73 | 0.28 | 0 | 0.46 | 0.47 | 97.38 | 0.29 | 0.41 |
| Hex | 60 | 86 | 49 | 1C | 0 | 2E | 2F | 61 | 1D | 29 |
| Octal | 140 | 206 | 111 | 34 | 0 | 56 | 57 | 141 | 35 | 51 |
| Binary | 1100000 | 10000110 | 1001001 | 11100 | 0 | 101110 | 101111 | 1100001 | 11101 | 101001 |
Color Harmonies of #608649
Complementary color
Monochromatic Colors of #608649
Black with #608649
Text Example
Text Example
White with #608649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608649; }
p { color: rgb(96,134,73); }
H1.HeaderClassName
{
color: #608649;
}
.AnyTagClassName
{
color: #608649;
}
</style>
background-color css
<style>
a { background-color: #608649; }
a { background-color: rgb(96,134,73); }
div.DivClassName
{
background-color: #608649;
}
.BgClassName
{
background-color: #608649;
}
</style>
border-color css
<style>
span { border-color: #608649; }
span { border-color: rgb(96,134,73); }
td.TdClassName
{
border-color: #608649;
}
.TagClassName
{
border-color: #608649;
}
</style>