Shades of Glade Green #669547
Tints of Glade Green #669547
RGB
CMYK
RGB Variations
Color information
#669547 (or 0x669547) is known color: Glade Green. HEX triplet: 66, 95 and 47. RGB value is (102,149,71). Sum of RGB (Red+Green+Blue) = 102+149+71=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #669547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669547 is #996AB8. Grayscale: #7E7E7E. Windows color (decimal): -10054329 or 4691302. OLE color: 4691302.
HSL color Cylindrical-coordinate representation of color #669547: hue angle of 96.15º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #669547 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 71 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.42 |
| HSL | 96.15º | 0.35% | 0.43% | - |
| HSV(B) | 96.15º | 0.52% | 0.58% | - |
| XYZ | 17.36 | 24.77 | 9.83 | - |
| YUV | 126.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 71 | 0.32 | 0 | 0.52 | 0.42 | 96.15 | 0.35 | 0.43 |
| Hex | 66 | 95 | 47 | 20 | 0 | 34 | 2A | 60 | 23 | 2B |
| Octal | 146 | 225 | 107 | 40 | 0 | 64 | 52 | 140 | 43 | 53 |
| Binary | 1100110 | 10010101 | 1000111 | 100000 | 0 | 110100 | 101010 | 1100000 | 100011 | 101011 |
Color Harmonies of #669547
Complementary color
Monochromatic Colors of #669547
Black with #669547
Text Example
Text Example
White with #669547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669547; }
p { color: rgb(102,149,71); }
H1.HeaderClassName
{
color: #669547;
}
.AnyTagClassName
{
color: #669547;
}
</style>
background-color css
<style>
a { background-color: #669547; }
a { background-color: rgb(102,149,71); }
div.DivClassName
{
background-color: #669547;
}
.BgClassName
{
background-color: #669547;
}
</style>
border-color css
<style>
span { border-color: #669547; }
span { border-color: rgb(102,149,71); }
td.TdClassName
{
border-color: #669547;
}
.TagClassName
{
border-color: #669547;
}
</style>