Shades of Glade Green #668952
Tints of Glade Green #668952
RGB
CMYK
RGB Variations
Color information
#668952 (or 0x668952) is known color: Glade Green. HEX triplet: 66, 89 and 52. RGB value is (102,137,82). Sum of RGB (Red+Green+Blue) = 102+137+82=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #668952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668952 is #9976AD. Grayscale: #787878. Windows color (decimal): -10057390 or 5409126. OLE color: 5409126.
HSL color Cylindrical-coordinate representation of color #668952: hue angle of 98.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #668952 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 82 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.46 |
| HSL | 98.18º | 0.25% | 0.43% | - |
| HSV(B) | 98.18º | 0.4% | 0.54% | - |
| XYZ | 15.95 | 21.33 | 11.26 | - |
| YUV | 120.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 82 | 0.26 | 0 | 0.40 | 0.46 | 98.18 | 0.25 | 0.43 |
| Hex | 66 | 89 | 52 | 1A | 0 | 28 | 2E | 62 | 19 | 2B |
| Octal | 146 | 211 | 122 | 32 | 0 | 50 | 56 | 142 | 31 | 53 |
| Binary | 1100110 | 10001001 | 1010010 | 11010 | 0 | 101000 | 101110 | 1100010 | 11001 | 101011 |
Color Harmonies of #668952
Complementary color
Monochromatic Colors of #668952
Black with #668952
Text Example
Text Example
White with #668952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668952; }
p { color: rgb(102,137,82); }
H1.HeaderClassName
{
color: #668952;
}
.AnyTagClassName
{
color: #668952;
}
</style>
background-color css
<style>
a { background-color: #668952; }
a { background-color: rgb(102,137,82); }
div.DivClassName
{
background-color: #668952;
}
.BgClassName
{
background-color: #668952;
}
</style>
border-color css
<style>
span { border-color: #668952; }
span { border-color: rgb(102,137,82); }
td.TdClassName
{
border-color: #668952;
}
.TagClassName
{
border-color: #668952;
}
</style>