Shades of Glade Green #669249
Tints of Glade Green #669249
RGB
CMYK
RGB Variations
Color information
#669249 (or 0x669249) is known color: Glade Green. HEX triplet: 66, 92 and 49. RGB value is (102,146,73). Sum of RGB (Red+Green+Blue) = 102+146+73=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #669249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669249 is #996DB6. Grayscale: #7C7C7C. Windows color (decimal): -10055095 or 4821606. OLE color: 4821606.
HSL color Cylindrical-coordinate representation of color #669249: hue angle of 96.16º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669249 is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 73 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.43 |
| HSL | 96.16º | 0.33% | 0.43% | - |
| HSV(B) | 96.16º | 0.5% | 0.57% | - |
| XYZ | 16.96 | 23.86 | 10.02 | - |
| YUV | 124.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 73 | 0.30 | 0 | 0.5 | 0.43 | 96.16 | 0.33 | 0.43 |
| Hex | 66 | 92 | 49 | 1E | 0 | 32 | 2B | 60 | 21 | 2B |
| Octal | 146 | 222 | 111 | 36 | 0 | 62 | 53 | 140 | 41 | 53 |
| Binary | 1100110 | 10010010 | 1001001 | 11110 | 0 | 110010 | 101011 | 1100000 | 100001 | 101011 |
Color Harmonies of #669249
Complementary color
Monochromatic Colors of #669249
Black with #669249
Text Example
Text Example
White with #669249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669249; }
p { color: rgb(102,146,73); }
H1.HeaderClassName
{
color: #669249;
}
.AnyTagClassName
{
color: #669249;
}
</style>
background-color css
<style>
a { background-color: #669249; }
a { background-color: rgb(102,146,73); }
div.DivClassName
{
background-color: #669249;
}
.BgClassName
{
background-color: #669249;
}
</style>
border-color css
<style>
span { border-color: #669249; }
span { border-color: rgb(102,146,73); }
td.TdClassName
{
border-color: #669249;
}
.TagClassName
{
border-color: #669249;
}
</style>