Shades of Glade Green #66944C
Tints of Glade Green #66944C
RGB
CMYK
RGB Variations
Color information
#66944C (or 0x66944C) is known color: Glade Green. HEX triplet: 66, 94 and 4C. RGB value is (102,148,76). Sum of RGB (Red+Green+Blue) = 102+148+76=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #66944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66944C is #996BB3. Grayscale: #7E7E7E. Windows color (decimal): -10054580 or 5018726. OLE color: 5018726.
HSL color Cylindrical-coordinate representation of color #66944C: hue angle of 98.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66944C is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 76 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.42 |
| HSL | 98.33º | 0.32% | 0.44% | - |
| HSV(B) | 98.33º | 0.49% | 0.58% | - |
| XYZ | 17.37 | 24.53 | 10.66 | - |
| YUV | 126.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 76 | 0.31 | 0 | 0.49 | 0.42 | 98.33 | 0.32 | 0.44 |
| Hex | 66 | 94 | 4C | 1F | 0 | 31 | 2A | 62 | 20 | 2C |
| Octal | 146 | 224 | 114 | 37 | 0 | 61 | 52 | 142 | 40 | 54 |
| Binary | 1100110 | 10010100 | 1001100 | 11111 | 0 | 110001 | 101010 | 1100010 | 100000 | 101100 |
Color Harmonies of #66944C
Complementary color
Monochromatic Colors of #66944C
Black with #66944C
Text Example
Text Example
White with #66944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66944C; }
p { color: rgb(102,148,76); }
H1.HeaderClassName
{
color: #66944C;
}
.AnyTagClassName
{
color: #66944C;
}
</style>
background-color css
<style>
a { background-color: #66944C; }
a { background-color: rgb(102,148,76); }
div.DivClassName
{
background-color: #66944C;
}
.BgClassName
{
background-color: #66944C;
}
</style>
border-color css
<style>
span { border-color: #66944C; }
span { border-color: rgb(102,148,76); }
td.TdClassName
{
border-color: #66944C;
}
.TagClassName
{
border-color: #66944C;
}
</style>