Shades of Glade Green #669052
Tints of Glade Green #669052
RGB
CMYK
RGB Variations
Color information
#669052 (or 0x669052) is known color: Glade Green. HEX triplet: 66, 90 and 52. RGB value is (102,144,82). Sum of RGB (Red+Green+Blue) = 102+144+82=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #669052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669052 is #996FAD. Grayscale: #7C7C7C. Windows color (decimal): -10055598 or 5410918. OLE color: 5410918.
HSL color Cylindrical-coordinate representation of color #669052: hue angle of 100.65º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #669052 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 82 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.44 |
| HSL | 100.65º | 0.27% | 0.44% | - |
| HSV(B) | 100.65º | 0.43% | 0.56% | - |
| XYZ | 16.98 | 23.38 | 11.6 | - |
| YUV | 124.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 82 | 0.29 | 0 | 0.43 | 0.44 | 100.65 | 0.27 | 0.44 |
| Hex | 66 | 90 | 52 | 1D | 0 | 2B | 2C | 65 | 1B | 2C |
| Octal | 146 | 220 | 122 | 35 | 0 | 53 | 54 | 145 | 33 | 54 |
| Binary | 1100110 | 10010000 | 1010010 | 11101 | 0 | 101011 | 101100 | 1100101 | 11011 | 101100 |
Color Harmonies of #669052
Complementary color
Monochromatic Colors of #669052
Black with #669052
Text Example
Text Example
White with #669052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669052; }
p { color: rgb(102,144,82); }
H1.HeaderClassName
{
color: #669052;
}
.AnyTagClassName
{
color: #669052;
}
</style>
background-color css
<style>
a { background-color: #669052; }
a { background-color: rgb(102,144,82); }
div.DivClassName
{
background-color: #669052;
}
.BgClassName
{
background-color: #669052;
}
</style>
border-color css
<style>
span { border-color: #669052; }
span { border-color: rgb(102,144,82); }
td.TdClassName
{
border-color: #669052;
}
.TagClassName
{
border-color: #669052;
}
</style>