Shades of Glade Green #668C56
Tints of Glade Green #668C56
RGB
CMYK
RGB Variations
Color information
#668C56 (or 0x668C56) is known color: Glade Green. HEX triplet: 66, 8C and 56. RGB value is (102,140,86). Sum of RGB (Red+Green+Blue) = 102+140+86=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #668C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668C56 is #9973A9. Grayscale: #7A7A7A. Windows color (decimal): -10056618 or 5672038. OLE color: 5672038.
HSL color Cylindrical-coordinate representation of color #668C56: hue angle of 102.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #668C56 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 140 | 86 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.45 |
| HSL | 102.22º | 0.24% | 0.44% | - |
| HSV(B) | 102.22º | 0.39% | 0.55% | - |
| XYZ | 16.54 | 22.25 | 12.23 | - |
| YUV | 122.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 86 | 0.27 | 0 | 0.39 | 0.45 | 102.22 | 0.24 | 0.44 |
| Hex | 66 | 8C | 56 | 1B | 0 | 27 | 2D | 66 | 18 | 2C |
| Octal | 146 | 214 | 126 | 33 | 0 | 47 | 55 | 146 | 30 | 54 |
| Binary | 1100110 | 10001100 | 1010110 | 11011 | 0 | 100111 | 101101 | 1100110 | 11000 | 101100 |
Color Harmonies of #668C56
Complementary color
Monochromatic Colors of #668C56
Black with #668C56
Text Example
Text Example
White with #668C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C56; }
p { color: rgb(102,140,86); }
H1.HeaderClassName
{
color: #668C56;
}
.AnyTagClassName
{
color: #668C56;
}
</style>
background-color css
<style>
a { background-color: #668C56; }
a { background-color: rgb(102,140,86); }
div.DivClassName
{
background-color: #668C56;
}
.BgClassName
{
background-color: #668C56;
}
</style>
border-color css
<style>
span { border-color: #668C56; }
span { border-color: rgb(102,140,86); }
td.TdClassName
{
border-color: #668C56;
}
.TagClassName
{
border-color: #668C56;
}
</style>