Shades of Glade Green #669250
Tints of Glade Green #669250
RGB
CMYK
RGB Variations
Color information
#669250 (or 0x669250) is known color: Glade Green. HEX triplet: 66, 92 and 50. RGB value is (102,146,80). Sum of RGB (Red+Green+Blue) = 102+146+80=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #669250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669250 is #996DAF. Grayscale: #7D7D7D. Windows color (decimal): -10055088 or 5280358. OLE color: 5280358.
HSL color Cylindrical-coordinate representation of color #669250: hue angle of 100º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #669250 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 80 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.43 |
| HSL | 100º | 0.29% | 0.44% | - |
| HSV(B) | 100º | 0.45% | 0.57% | - |
| XYZ | 17.21 | 23.96 | 11.31 | - |
| YUV | 125.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 80 | 0.30 | 0 | 0.45 | 0.43 | 100 | 0.29 | 0.44 |
| Hex | 66 | 92 | 50 | 1E | 0 | 2D | 2B | 64 | 1D | 2C |
| Octal | 146 | 222 | 120 | 36 | 0 | 55 | 53 | 144 | 35 | 54 |
| Binary | 1100110 | 10010010 | 1010000 | 11110 | 0 | 101101 | 101011 | 1100100 | 11101 | 101100 |
Color Harmonies of #669250
Complementary color
Monochromatic Colors of #669250
Black with #669250
Text Example
Text Example
White with #669250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669250; }
p { color: rgb(102,146,80); }
H1.HeaderClassName
{
color: #669250;
}
.AnyTagClassName
{
color: #669250;
}
</style>
background-color css
<style>
a { background-color: #669250; }
a { background-color: rgb(102,146,80); }
div.DivClassName
{
background-color: #669250;
}
.BgClassName
{
background-color: #669250;
}
</style>
border-color css
<style>
span { border-color: #669250; }
span { border-color: rgb(102,146,80); }
td.TdClassName
{
border-color: #669250;
}
.TagClassName
{
border-color: #669250;
}
</style>