Shades of Glade Green #668C4F
Tints of Glade Green #668C4F
RGB
CMYK
RGB Variations
Color information
#668C4F (or 0x668C4F) is known color: Glade Green. HEX triplet: 66, 8C and 4F. RGB value is (102,140,79). Sum of RGB (Red+Green+Blue) = 102+140+79=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #668C4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668C4F is #9973B0. Grayscale: #797979. Windows color (decimal): -10056625 or 5213286. OLE color: 5213286.
HSL color Cylindrical-coordinate representation of color #668C4F: hue angle of 97.38º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #668C4F is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 140 | 79 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.45 |
| HSL | 97.38º | 0.28% | 0.43% | - |
| HSV(B) | 97.38º | 0.44% | 0.55% | - |
| XYZ | 16.27 | 22.15 | 10.81 | - |
| YUV | 121.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 79 | 0.27 | 0 | 0.44 | 0.45 | 97.38 | 0.28 | 0.43 |
| Hex | 66 | 8C | 4F | 1B | 0 | 2C | 2D | 61 | 1C | 2B |
| Octal | 146 | 214 | 117 | 33 | 0 | 54 | 55 | 141 | 34 | 53 |
| Binary | 1100110 | 10001100 | 1001111 | 11011 | 0 | 101100 | 101101 | 1100001 | 11100 | 101011 |
Color Harmonies of #668C4F
Complementary color
Monochromatic Colors of #668C4F
Black with #668C4F
Text Example
Text Example
White with #668C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C4F; }
p { color: rgb(102,140,79); }
H1.HeaderClassName
{
color: #668C4F;
}
.AnyTagClassName
{
color: #668C4F;
}
</style>
background-color css
<style>
a { background-color: #668C4F; }
a { background-color: rgb(102,140,79); }
div.DivClassName
{
background-color: #668C4F;
}
.BgClassName
{
background-color: #668C4F;
}
</style>
border-color css
<style>
span { border-color: #668C4F; }
span { border-color: rgb(102,140,79); }
td.TdClassName
{
border-color: #668C4F;
}
.TagClassName
{
border-color: #668C4F;
}
</style>