Shades of Glade Green #66904C
Tints of Glade Green #66904C
RGB
CMYK
RGB Variations
Color information
#66904C (or 0x66904C) is known color: Glade Green. HEX triplet: 66, 90 and 4C. RGB value is (102,144,76). Sum of RGB (Red+Green+Blue) = 102+144+76=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #66904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66904C is #996FB3. Grayscale: #7B7B7B. Windows color (decimal): -10055604 or 5017702. OLE color: 5017702.
HSL color Cylindrical-coordinate representation of color #66904C: hue angle of 97.06º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66904C is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 76 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.44 |
| HSL | 97.06º | 0.31% | 0.43% | - |
| HSV(B) | 97.06º | 0.47% | 0.56% | - |
| XYZ | 16.76 | 23.29 | 10.45 | - |
| YUV | 123.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 76 | 0.29 | 0 | 0.47 | 0.44 | 97.06 | 0.31 | 0.43 |
| Hex | 66 | 90 | 4C | 1D | 0 | 2F | 2C | 61 | 1F | 2B |
| Octal | 146 | 220 | 114 | 35 | 0 | 57 | 54 | 141 | 37 | 53 |
| Binary | 1100110 | 10010000 | 1001100 | 11101 | 0 | 101111 | 101100 | 1100001 | 11111 | 101011 |
Color Harmonies of #66904C
Complementary color
Monochromatic Colors of #66904C
Black with #66904C
Text Example
Text Example
White with #66904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66904C; }
p { color: rgb(102,144,76); }
H1.HeaderClassName
{
color: #66904C;
}
.AnyTagClassName
{
color: #66904C;
}
</style>
background-color css
<style>
a { background-color: #66904C; }
a { background-color: rgb(102,144,76); }
div.DivClassName
{
background-color: #66904C;
}
.BgClassName
{
background-color: #66904C;
}
</style>
border-color css
<style>
span { border-color: #66904C; }
span { border-color: rgb(102,144,76); }
td.TdClassName
{
border-color: #66904C;
}
.TagClassName
{
border-color: #66904C;
}
</style>