Shades of Glade Green #668E52
Tints of Glade Green #668E52
RGB
CMYK
RGB Variations
Color information
#668E52 (or 0x668E52) is known color: Glade Green. HEX triplet: 66, 8E and 52. RGB value is (102,142,82). Sum of RGB (Red+Green+Blue) = 102+142+82=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #668E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E52 is #9971AD. Grayscale: #7B7B7B. Windows color (decimal): -10056110 or 5410406. OLE color: 5410406.
HSL color Cylindrical-coordinate representation of color #668E52: hue angle of 100º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #668E52 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 82 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.44 |
| HSL | 100º | 0.27% | 0.44% | - |
| HSV(B) | 100º | 0.42% | 0.56% | - |
| XYZ | 16.68 | 22.78 | 11.5 | - |
| YUV | 123.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 82 | 0.28 | 0 | 0.42 | 0.44 | 100 | 0.27 | 0.44 |
| Hex | 66 | 8E | 52 | 1C | 0 | 2A | 2C | 64 | 1B | 2C |
| Octal | 146 | 216 | 122 | 34 | 0 | 52 | 54 | 144 | 33 | 54 |
| Binary | 1100110 | 10001110 | 1010010 | 11100 | 0 | 101010 | 101100 | 1100100 | 11011 | 101100 |
Color Harmonies of #668E52
Complementary color
Monochromatic Colors of #668E52
Black with #668E52
Text Example
Text Example
White with #668E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E52; }
p { color: rgb(102,142,82); }
H1.HeaderClassName
{
color: #668E52;
}
.AnyTagClassName
{
color: #668E52;
}
</style>
background-color css
<style>
a { background-color: #668E52; }
a { background-color: rgb(102,142,82); }
div.DivClassName
{
background-color: #668E52;
}
.BgClassName
{
background-color: #668E52;
}
</style>
border-color css
<style>
span { border-color: #668E52; }
span { border-color: rgb(102,142,82); }
td.TdClassName
{
border-color: #668E52;
}
.TagClassName
{
border-color: #668E52;
}
</style>