Shades of Glade Green #66974C
Tints of Glade Green #66974C
RGB
CMYK
RGB Variations
Color information
#66974C (or 0x66974C) is known color: Glade Green. HEX triplet: 66, 97 and 4C. RGB value is (102,151,76). Sum of RGB (Red+Green+Blue) = 102+151+76=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #66974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66974C is #9968B3. Grayscale: #808080. Windows color (decimal): -10053812 or 5019494. OLE color: 5019494.
HSL color Cylindrical-coordinate representation of color #66974C: hue angle of 99.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66974C is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 76 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.41 |
| HSL | 99.2º | 0.33% | 0.45% | - |
| HSV(B) | 99.2º | 0.5% | 0.59% | - |
| XYZ | 17.85 | 25.48 | 10.81 | - |
| YUV | 127.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 76 | 0.32 | 0 | 0.50 | 0.41 | 99.2 | 0.33 | 0.45 |
| Hex | 66 | 97 | 4C | 20 | 0 | 32 | 29 | 63 | 21 | 2D |
| Octal | 146 | 227 | 114 | 40 | 0 | 62 | 51 | 143 | 41 | 55 |
| Binary | 1100110 | 10010111 | 1001100 | 100000 | 0 | 110010 | 101001 | 1100011 | 100001 | 101101 |
Color Harmonies of #66974C
Complementary color
Monochromatic Colors of #66974C
Black with #66974C
Text Example
Text Example
White with #66974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66974C; }
p { color: rgb(102,151,76); }
H1.HeaderClassName
{
color: #66974C;
}
.AnyTagClassName
{
color: #66974C;
}
</style>
background-color css
<style>
a { background-color: #66974C; }
a { background-color: rgb(102,151,76); }
div.DivClassName
{
background-color: #66974C;
}
.BgClassName
{
background-color: #66974C;
}
</style>
border-color css
<style>
span { border-color: #66974C; }
span { border-color: rgb(102,151,76); }
td.TdClassName
{
border-color: #66974C;
}
.TagClassName
{
border-color: #66974C;
}
</style>