Shades of Glade Green #668B53
Tints of Glade Green #668B53
RGB
CMYK
RGB Variations
Color information
#668B53 (or 0x668B53) is known color: Glade Green. HEX triplet: 66, 8B and 53. RGB value is (102,139,83). Sum of RGB (Red+Green+Blue) = 102+139+83=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #668B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B53 is #9974AC. Grayscale: #797979. Windows color (decimal): -10056877 or 5475174. OLE color: 5475174.
HSL color Cylindrical-coordinate representation of color #668B53: hue angle of 99.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #668B53 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 83 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.45 |
| HSL | 99.64º | 0.25% | 0.44% | - |
| HSV(B) | 99.64º | 0.4% | 0.55% | - |
| XYZ | 16.27 | 21.91 | 11.56 | - |
| YUV | 121.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 83 | 0.27 | 0 | 0.40 | 0.45 | 99.64 | 0.25 | 0.44 |
| Hex | 66 | 8B | 53 | 1B | 0 | 28 | 2D | 64 | 19 | 2C |
| Octal | 146 | 213 | 123 | 33 | 0 | 50 | 55 | 144 | 31 | 54 |
| Binary | 1100110 | 10001011 | 1010011 | 11011 | 0 | 101000 | 101101 | 1100100 | 11001 | 101100 |
Color Harmonies of #668B53
Complementary color
Monochromatic Colors of #668B53
Black with #668B53
Text Example
Text Example
White with #668B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B53; }
p { color: rgb(102,139,83); }
H1.HeaderClassName
{
color: #668B53;
}
.AnyTagClassName
{
color: #668B53;
}
</style>
background-color css
<style>
a { background-color: #668B53; }
a { background-color: rgb(102,139,83); }
div.DivClassName
{
background-color: #668B53;
}
.BgClassName
{
background-color: #668B53;
}
</style>
border-color css
<style>
span { border-color: #668B53; }
span { border-color: rgb(102,139,83); }
td.TdClassName
{
border-color: #668B53;
}
.TagClassName
{
border-color: #668B53;
}
</style>