Shades of Glade Green #668455
Tints of Glade Green #668455
RGB
CMYK
RGB Variations
Color information
#668455 (or 0x668455) is known color: Glade Green. HEX triplet: 66, 84 and 55. RGB value is (102,132,85). Sum of RGB (Red+Green+Blue) = 102+132+85=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #668455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668455 is #997BAA. Grayscale: #757575. Windows color (decimal): -10058667 or 5604454. OLE color: 5604454.
HSL color Cylindrical-coordinate representation of color #668455: hue angle of 98.3º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #668455 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 85 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.48 |
| HSL | 98.3º | 0.22% | 0.43% | - |
| HSV(B) | 98.3º | 0.36% | 0.52% | - |
| XYZ | 15.37 | 19.98 | 11.64 | - |
| YUV | 117.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 85 | 0.23 | 0 | 0.36 | 0.48 | 98.3 | 0.22 | 0.43 |
| Hex | 66 | 84 | 55 | 17 | 0 | 24 | 30 | 62 | 16 | 2B |
| Octal | 146 | 204 | 125 | 27 | 0 | 44 | 60 | 142 | 26 | 53 |
| Binary | 1100110 | 10000100 | 1010101 | 10111 | 0 | 100100 | 110000 | 1100010 | 10110 | 101011 |
Color Harmonies of #668455
Complementary color
Monochromatic Colors of #668455
Black with #668455
Text Example
Text Example
White with #668455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668455; }
p { color: rgb(102,132,85); }
H1.HeaderClassName
{
color: #668455;
}
.AnyTagClassName
{
color: #668455;
}
</style>
background-color css
<style>
a { background-color: #668455; }
a { background-color: rgb(102,132,85); }
div.DivClassName
{
background-color: #668455;
}
.BgClassName
{
background-color: #668455;
}
</style>
border-color css
<style>
span { border-color: #668455; }
span { border-color: rgb(102,132,85); }
td.TdClassName
{
border-color: #668455;
}
.TagClassName
{
border-color: #668455;
}
</style>