Shades of Glade Green #66994D
Tints of Glade Green #66994D
RGB
CMYK
RGB Variations
Color information
#66994D (or 0x66994D) is known color: Glade Green. HEX triplet: 66, 99 and 4D. RGB value is (102,153,77). Sum of RGB (Red+Green+Blue) = 102+153+77=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #66994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66994D is #9966B2. Grayscale: #818181. Windows color (decimal): -10053299 or 5085542. OLE color: 5085542.
HSL color Cylindrical-coordinate representation of color #66994D: hue angle of 100.26º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66994D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 77 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.4 |
| HSL | 100.26º | 0.33% | 0.45% | - |
| HSV(B) | 100.26º | 0.5% | 0.6% | - |
| XYZ | 18.21 | 26.14 | 11.11 | - |
| YUV | 129.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 77 | 0.33 | 0 | 0.50 | 0.4 | 100.26 | 0.33 | 0.45 |
| Hex | 66 | 99 | 4D | 21 | 0 | 32 | 28 | 64 | 21 | 2D |
| Octal | 146 | 231 | 115 | 41 | 0 | 62 | 50 | 144 | 41 | 55 |
| Binary | 1100110 | 10011001 | 1001101 | 100001 | 0 | 110010 | 101000 | 1100100 | 100001 | 101101 |
Color Harmonies of #66994D
Complementary color
Monochromatic Colors of #66994D
Black with #66994D
Text Example
Text Example
White with #66994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66994D; }
p { color: rgb(102,153,77); }
H1.HeaderClassName
{
color: #66994D;
}
.AnyTagClassName
{
color: #66994D;
}
</style>
background-color css
<style>
a { background-color: #66994D; }
a { background-color: rgb(102,153,77); }
div.DivClassName
{
background-color: #66994D;
}
.BgClassName
{
background-color: #66994D;
}
</style>
border-color css
<style>
span { border-color: #66994D; }
span { border-color: rgb(102,153,77); }
td.TdClassName
{
border-color: #66994D;
}
.TagClassName
{
border-color: #66994D;
}
</style>