Shades of Glade Green #669251
Tints of Glade Green #669251
RGB
CMYK
RGB Variations
Color information
#669251 (or 0x669251) is known color: Glade Green. HEX triplet: 66, 92 and 51. RGB value is (102,146,81). Sum of RGB (Red+Green+Blue) = 102+146+81=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #669251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669251 is #996DAE. Grayscale: #7D7D7D. Windows color (decimal): -10055087 or 5345894. OLE color: 5345894.
HSL color Cylindrical-coordinate representation of color #669251: hue angle of 100.62º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #669251 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 81 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.43 |
| HSL | 100.62º | 0.29% | 0.45% | - |
| HSV(B) | 100.62º | 0.45% | 0.57% | - |
| XYZ | 17.24 | 23.98 | 11.5 | - |
| YUV | 125.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 81 | 0.30 | 0 | 0.45 | 0.43 | 100.62 | 0.29 | 0.45 |
| Hex | 66 | 92 | 51 | 1E | 0 | 2D | 2B | 65 | 1D | 2D |
| Octal | 146 | 222 | 121 | 36 | 0 | 55 | 53 | 145 | 35 | 55 |
| Binary | 1100110 | 10010010 | 1010001 | 11110 | 0 | 101101 | 101011 | 1100101 | 11101 | 101101 |
Color Harmonies of #669251
Complementary color
Monochromatic Colors of #669251
Black with #669251
Text Example
Text Example
White with #669251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669251; }
p { color: rgb(102,146,81); }
H1.HeaderClassName
{
color: #669251;
}
.AnyTagClassName
{
color: #669251;
}
</style>
background-color css
<style>
a { background-color: #669251; }
a { background-color: rgb(102,146,81); }
div.DivClassName
{
background-color: #669251;
}
.BgClassName
{
background-color: #669251;
}
</style>
border-color css
<style>
span { border-color: #669251; }
span { border-color: rgb(102,146,81); }
td.TdClassName
{
border-color: #669251;
}
.TagClassName
{
border-color: #669251;
}
</style>