Shades of Glade Green #668858
Tints of Glade Green #668858
RGB
CMYK
RGB Variations
Color information
#668858 (or 0x668858) is known color: Glade Green. HEX triplet: 66, 88 and 58. RGB value is (102,136,88). Sum of RGB (Red+Green+Blue) = 102+136+88=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #668858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668858 is #9977A7. Grayscale: #787878. Windows color (decimal): -10057640 or 5802086. OLE color: 5802086.
HSL color Cylindrical-coordinate representation of color #668858: hue angle of 102.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668858 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 88 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.47 |
| HSL | 102.5º | 0.21% | 0.44% | - |
| HSV(B) | 102.5º | 0.35% | 0.53% | - |
| XYZ | 16.05 | 21.14 | 12.47 | - |
| YUV | 120.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 88 | 0.25 | 0 | 0.35 | 0.47 | 102.5 | 0.21 | 0.44 |
| Hex | 66 | 88 | 58 | 19 | 0 | 23 | 2F | 66 | 15 | 2C |
| Octal | 146 | 210 | 130 | 31 | 0 | 43 | 57 | 146 | 25 | 54 |
| Binary | 1100110 | 10001000 | 1011000 | 11001 | 0 | 100011 | 101111 | 1100110 | 10101 | 101100 |
Color Harmonies of #668858
Complementary color
Monochromatic Colors of #668858
Black with #668858
Text Example
Text Example
White with #668858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668858; }
p { color: rgb(102,136,88); }
H1.HeaderClassName
{
color: #668858;
}
.AnyTagClassName
{
color: #668858;
}
</style>
background-color css
<style>
a { background-color: #668858; }
a { background-color: rgb(102,136,88); }
div.DivClassName
{
background-color: #668858;
}
.BgClassName
{
background-color: #668858;
}
</style>
border-color css
<style>
span { border-color: #668858; }
span { border-color: rgb(102,136,88); }
td.TdClassName
{
border-color: #668858;
}
.TagClassName
{
border-color: #668858;
}
</style>