Shades of Glade Green #668D4B
Tints of Glade Green #668D4B
RGB
CMYK
RGB Variations
Color information
#668D4B (or 0x668D4B) is known color: Glade Green. HEX triplet: 66, 8D and 4B. RGB value is (102,141,75). Sum of RGB (Red+Green+Blue) = 102+141+75=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #668D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D4B is #9972B4. Grayscale: #7A7A7A. Windows color (decimal): -10056373 or 4951398. OLE color: 4951398.
HSL color Cylindrical-coordinate representation of color #668D4B: hue angle of 95.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668D4B is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 75 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.45 |
| HSL | 95.45º | 0.31% | 0.42% | - |
| HSV(B) | 95.45º | 0.47% | 0.55% | - |
| XYZ | 16.27 | 22.38 | 10.12 | - |
| YUV | 121.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 75 | 0.28 | 0 | 0.47 | 0.45 | 95.45 | 0.31 | 0.42 |
| Hex | 66 | 8D | 4B | 1C | 0 | 2F | 2D | 5F | 1F | 2A |
| Octal | 146 | 215 | 113 | 34 | 0 | 57 | 55 | 137 | 37 | 52 |
| Binary | 1100110 | 10001101 | 1001011 | 11100 | 0 | 101111 | 101101 | 1011111 | 11111 | 101010 |
Color Harmonies of #668D4B
Complementary color
Monochromatic Colors of #668D4B
Black with #668D4B
Text Example
Text Example
White with #668D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D4B; }
p { color: rgb(102,141,75); }
H1.HeaderClassName
{
color: #668D4B;
}
.AnyTagClassName
{
color: #668D4B;
}
</style>
background-color css
<style>
a { background-color: #668D4B; }
a { background-color: rgb(102,141,75); }
div.DivClassName
{
background-color: #668D4B;
}
.BgClassName
{
background-color: #668D4B;
}
</style>
border-color css
<style>
span { border-color: #668D4B; }
span { border-color: rgb(102,141,75); }
td.TdClassName
{
border-color: #668D4B;
}
.TagClassName
{
border-color: #668D4B;
}
</style>