Shades of Glade Green #669352
Tints of Glade Green #669352
RGB
CMYK
RGB Variations
Color information
#669352 (or 0x669352) is known color: Glade Green. HEX triplet: 66, 93 and 52. RGB value is (102,147,82). Sum of RGB (Red+Green+Blue) = 102+147+82=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #669352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669352 is #996CAD. Grayscale: #7E7E7E. Windows color (decimal): -10054830 or 5411686. OLE color: 5411686.
HSL color Cylindrical-coordinate representation of color #669352: hue angle of 101.54º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #669352 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 82 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.42 |
| HSL | 101.54º | 0.28% | 0.45% | - |
| HSV(B) | 101.54º | 0.44% | 0.58% | - |
| XYZ | 17.44 | 24.3 | 11.75 | - |
| YUV | 126.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 82 | 0.31 | 0 | 0.44 | 0.42 | 101.54 | 0.28 | 0.45 |
| Hex | 66 | 93 | 52 | 1F | 0 | 2C | 2A | 66 | 1C | 2D |
| Octal | 146 | 223 | 122 | 37 | 0 | 54 | 52 | 146 | 34 | 55 |
| Binary | 1100110 | 10010011 | 1010010 | 11111 | 0 | 101100 | 101010 | 1100110 | 11100 | 101101 |
Color Harmonies of #669352
Complementary color
Monochromatic Colors of #669352
Black with #669352
Text Example
Text Example
White with #669352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669352; }
p { color: rgb(102,147,82); }
H1.HeaderClassName
{
color: #669352;
}
.AnyTagClassName
{
color: #669352;
}
</style>
background-color css
<style>
a { background-color: #669352; }
a { background-color: rgb(102,147,82); }
div.DivClassName
{
background-color: #669352;
}
.BgClassName
{
background-color: #669352;
}
</style>
border-color css
<style>
span { border-color: #669352; }
span { border-color: rgb(102,147,82); }
td.TdClassName
{
border-color: #669352;
}
.TagClassName
{
border-color: #669352;
}
</style>