Shades of Glade Green #66904B
Tints of Glade Green #66904B
RGB
CMYK
RGB Variations
Color information
#66904B (or 0x66904B) is known color: Glade Green. HEX triplet: 66, 90 and 4B. RGB value is (102,144,75). Sum of RGB (Red+Green+Blue) = 102+144+75=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #66904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66904B is #996FB4. Grayscale: #7B7B7B. Windows color (decimal): -10055605 or 4952166. OLE color: 4952166.
HSL color Cylindrical-coordinate representation of color #66904B: hue angle of 96.52º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66904B is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 75 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.44 |
| HSL | 96.52º | 0.32% | 0.43% | - |
| HSV(B) | 96.52º | 0.48% | 0.56% | - |
| XYZ | 16.72 | 23.28 | 10.27 | - |
| YUV | 123.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 75 | 0.29 | 0 | 0.48 | 0.44 | 96.52 | 0.32 | 0.43 |
| Hex | 66 | 90 | 4B | 1D | 0 | 30 | 2C | 61 | 20 | 2B |
| Octal | 146 | 220 | 113 | 35 | 0 | 60 | 54 | 141 | 40 | 53 |
| Binary | 1100110 | 10010000 | 1001011 | 11101 | 0 | 110000 | 101100 | 1100001 | 100000 | 101011 |
Color Harmonies of #66904B
Complementary color
Monochromatic Colors of #66904B
Black with #66904B
Text Example
Text Example
White with #66904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66904B; }
p { color: rgb(102,144,75); }
H1.HeaderClassName
{
color: #66904B;
}
.AnyTagClassName
{
color: #66904B;
}
</style>
background-color css
<style>
a { background-color: #66904B; }
a { background-color: rgb(102,144,75); }
div.DivClassName
{
background-color: #66904B;
}
.BgClassName
{
background-color: #66904B;
}
</style>
border-color css
<style>
span { border-color: #66904B; }
span { border-color: rgb(102,144,75); }
td.TdClassName
{
border-color: #66904B;
}
.TagClassName
{
border-color: #66904B;
}
</style>