Shades of Glade Green #66954B
Tints of Glade Green #66954B
RGB
CMYK
RGB Variations
Color information
#66954B (or 0x66954B) is known color: Glade Green. HEX triplet: 66, 95 and 4B. RGB value is (102,149,75). Sum of RGB (Red+Green+Blue) = 102+149+75=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #66954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66954B is #996AB4. Grayscale: #7E7E7E. Windows color (decimal): -10054325 or 4953446. OLE color: 4953446.
HSL color Cylindrical-coordinate representation of color #66954B: hue angle of 98.11º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66954B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 75 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.42 |
| HSL | 98.11º | 0.33% | 0.44% | - |
| HSV(B) | 98.11º | 0.5% | 0.58% | - |
| XYZ | 17.5 | 24.83 | 10.53 | - |
| YUV | 126.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 75 | 0.32 | 0 | 0.50 | 0.42 | 98.11 | 0.33 | 0.44 |
| Hex | 66 | 95 | 4B | 20 | 0 | 32 | 2A | 62 | 21 | 2C |
| Octal | 146 | 225 | 113 | 40 | 0 | 62 | 52 | 142 | 41 | 54 |
| Binary | 1100110 | 10010101 | 1001011 | 100000 | 0 | 110010 | 101010 | 1100010 | 100001 | 101100 |
Color Harmonies of #66954B
Complementary color
Monochromatic Colors of #66954B
Black with #66954B
Text Example
Text Example
White with #66954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66954B; }
p { color: rgb(102,149,75); }
H1.HeaderClassName
{
color: #66954B;
}
.AnyTagClassName
{
color: #66954B;
}
</style>
background-color css
<style>
a { background-color: #66954B; }
a { background-color: rgb(102,149,75); }
div.DivClassName
{
background-color: #66954B;
}
.BgClassName
{
background-color: #66954B;
}
</style>
border-color css
<style>
span { border-color: #66954B; }
span { border-color: rgb(102,149,75); }
td.TdClassName
{
border-color: #66954B;
}
.TagClassName
{
border-color: #66954B;
}
</style>