Shades of Glade Green #669054
Tints of Glade Green #669054
RGB
CMYK
RGB Variations
Color information
#669054 (or 0x669054) is known color: Glade Green. HEX triplet: 66, 90 and 54. RGB value is (102,144,84). Sum of RGB (Red+Green+Blue) = 102+144+84=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #669054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669054 is #996FAB. Grayscale: #7C7C7C. Windows color (decimal): -10055596 or 5541990. OLE color: 5541990.
HSL color Cylindrical-coordinate representation of color #669054: hue angle of 102º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #669054 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 84 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.44 |
| HSL | 102º | 0.26% | 0.45% | - |
| HSV(B) | 102º | 0.42% | 0.56% | - |
| XYZ | 17.05 | 23.41 | 12.01 | - |
| YUV | 124.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 84 | 0.29 | 0 | 0.42 | 0.44 | 102 | 0.26 | 0.45 |
| Hex | 66 | 90 | 54 | 1D | 0 | 2A | 2C | 66 | 1A | 2D |
| Octal | 146 | 220 | 124 | 35 | 0 | 52 | 54 | 146 | 32 | 55 |
| Binary | 1100110 | 10010000 | 1010100 | 11101 | 0 | 101010 | 101100 | 1100110 | 11010 | 101101 |
Color Harmonies of #669054
Complementary color
Monochromatic Colors of #669054
Black with #669054
Text Example
Text Example
White with #669054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669054; }
p { color: rgb(102,144,84); }
H1.HeaderClassName
{
color: #669054;
}
.AnyTagClassName
{
color: #669054;
}
</style>
background-color css
<style>
a { background-color: #669054; }
a { background-color: rgb(102,144,84); }
div.DivClassName
{
background-color: #669054;
}
.BgClassName
{
background-color: #669054;
}
</style>
border-color css
<style>
span { border-color: #669054; }
span { border-color: rgb(102,144,84); }
td.TdClassName
{
border-color: #669054;
}
.TagClassName
{
border-color: #669054;
}
</style>