Shades of Glade Green #659649
Tints of Glade Green #659649
RGB
CMYK
RGB Variations
Color information
#659649 (or 0x659649) is known color: Glade Green. HEX triplet: 65, 96 and 49. RGB value is (101,150,73). Sum of RGB (Red+Green+Blue) = 101+150+73=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #659649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659649 is #9A69B6. Grayscale: #7E7E7E. Windows color (decimal): -10119607 or 4822629. OLE color: 4822629.
HSL color Cylindrical-coordinate representation of color #659649: hue angle of 98.18º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659649 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 150 | 73 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.41 |
| HSL | 98.18º | 0.35% | 0.44% | - |
| HSV(B) | 98.18º | 0.51% | 0.59% | - |
| XYZ | 17.48 | 25.06 | 10.22 | - |
| YUV | 126.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 73 | 0.33 | 0 | 0.51 | 0.41 | 98.18 | 0.35 | 0.44 |
| Hex | 65 | 96 | 49 | 21 | 0 | 33 | 29 | 62 | 23 | 2C |
| Octal | 145 | 226 | 111 | 41 | 0 | 63 | 51 | 142 | 43 | 54 |
| Binary | 1100101 | 10010110 | 1001001 | 100001 | 0 | 110011 | 101001 | 1100010 | 100011 | 101100 |
Color Harmonies of #659649
Complementary color
Monochromatic Colors of #659649
Black with #659649
Text Example
Text Example
White with #659649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659649; }
p { color: rgb(101,150,73); }
H1.HeaderClassName
{
color: #659649;
}
.AnyTagClassName
{
color: #659649;
}
</style>
background-color css
<style>
a { background-color: #659649; }
a { background-color: rgb(101,150,73); }
div.DivClassName
{
background-color: #659649;
}
.BgClassName
{
background-color: #659649;
}
</style>
border-color css
<style>
span { border-color: #659649; }
span { border-color: rgb(101,150,73); }
td.TdClassName
{
border-color: #659649;
}
.TagClassName
{
border-color: #659649;
}
</style>