Shades of Glade Green #668251
Tints of Glade Green #668251
RGB
CMYK
RGB Variations
Color information
#668251 (or 0x668251) is known color: Glade Green. HEX triplet: 66, 82 and 51. RGB value is (102,130,81). Sum of RGB (Red+Green+Blue) = 102+130+81=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #668251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668251 is #997DAE. Grayscale: #747474. Windows color (decimal): -10059183 or 5341798. OLE color: 5341798.
HSL color Cylindrical-coordinate representation of color #668251: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #668251 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 81 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.49 |
| HSL | 94.29º | 0.23% | 0.41% | - |
| HSV(B) | 94.29º | 0.38% | 0.51% | - |
| XYZ | 14.95 | 19.38 | 10.74 | - |
| YUV | 116.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 81 | 0.22 | 0 | 0.38 | 0.49 | 94.29 | 0.23 | 0.41 |
| Hex | 66 | 82 | 51 | 16 | 0 | 26 | 31 | 5E | 17 | 29 |
| Octal | 146 | 202 | 121 | 26 | 0 | 46 | 61 | 136 | 27 | 51 |
| Binary | 1100110 | 10000010 | 1010001 | 10110 | 0 | 100110 | 110001 | 1011110 | 10111 | 101001 |
Color Harmonies of #668251
Complementary color
Monochromatic Colors of #668251
Black with #668251
Text Example
Text Example
White with #668251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668251; }
p { color: rgb(102,130,81); }
H1.HeaderClassName
{
color: #668251;
}
.AnyTagClassName
{
color: #668251;
}
</style>
background-color css
<style>
a { background-color: #668251; }
a { background-color: rgb(102,130,81); }
div.DivClassName
{
background-color: #668251;
}
.BgClassName
{
background-color: #668251;
}
</style>
border-color css
<style>
span { border-color: #668251; }
span { border-color: rgb(102,130,81); }
td.TdClassName
{
border-color: #668251;
}
.TagClassName
{
border-color: #668251;
}
</style>