Shades of Glade Green #669152
Tints of Glade Green #669152
RGB
CMYK
RGB Variations
Color information
#669152 (or 0x669152) is known color: Glade Green. HEX triplet: 66, 91 and 52. RGB value is (102,145,82). Sum of RGB (Red+Green+Blue) = 102+145+82=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #669152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669152 is #996EAD. Grayscale: #7D7D7D. Windows color (decimal): -10055342 or 5411174. OLE color: 5411174.
HSL color Cylindrical-coordinate representation of color #669152: hue angle of 100.95º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #669152 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 82 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.43 |
| HSL | 100.95º | 0.28% | 0.45% | - |
| HSV(B) | 100.95º | 0.43% | 0.57% | - |
| XYZ | 17.13 | 23.68 | 11.65 | - |
| YUV | 124.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 82 | 0.30 | 0 | 0.43 | 0.43 | 100.95 | 0.28 | 0.45 |
| Hex | 66 | 91 | 52 | 1E | 0 | 2B | 2B | 65 | 1C | 2D |
| Octal | 146 | 221 | 122 | 36 | 0 | 53 | 53 | 145 | 34 | 55 |
| Binary | 1100110 | 10010001 | 1010010 | 11110 | 0 | 101011 | 101011 | 1100101 | 11100 | 101101 |
Color Harmonies of #669152
Complementary color
Monochromatic Colors of #669152
Black with #669152
Text Example
Text Example
White with #669152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669152; }
p { color: rgb(102,145,82); }
H1.HeaderClassName
{
color: #669152;
}
.AnyTagClassName
{
color: #669152;
}
</style>
background-color css
<style>
a { background-color: #669152; }
a { background-color: rgb(102,145,82); }
div.DivClassName
{
background-color: #669152;
}
.BgClassName
{
background-color: #669152;
}
</style>
border-color css
<style>
span { border-color: #669152; }
span { border-color: rgb(102,145,82); }
td.TdClassName
{
border-color: #669152;
}
.TagClassName
{
border-color: #669152;
}
</style>