Shades of Glade Green #66894D
Tints of Glade Green #66894D
RGB
CMYK
RGB Variations
Color information
#66894D (or 0x66894D) is known color: Glade Green. HEX triplet: 66, 89 and 4D. RGB value is (102,137,77). Sum of RGB (Red+Green+Blue) = 102+137+77=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #66894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66894D is #9976B2. Grayscale: #777777. Windows color (decimal): -10057395 or 5081446. OLE color: 5081446.
HSL color Cylindrical-coordinate representation of color #66894D: hue angle of 95º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66894D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 77 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.46 |
| HSL | 95º | 0.28% | 0.42% | - |
| HSV(B) | 95º | 0.44% | 0.54% | - |
| XYZ | 15.76 | 21.25 | 10.29 | - |
| YUV | 119.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 77 | 0.26 | 0 | 0.44 | 0.46 | 95 | 0.28 | 0.42 |
| Hex | 66 | 89 | 4D | 1A | 0 | 2C | 2E | 5F | 1C | 2A |
| Octal | 146 | 211 | 115 | 32 | 0 | 54 | 56 | 137 | 34 | 52 |
| Binary | 1100110 | 10001001 | 1001101 | 11010 | 0 | 101100 | 101110 | 1011111 | 11100 | 101010 |
Color Harmonies of #66894D
Complementary color
Monochromatic Colors of #66894D
Black with #66894D
Text Example
Text Example
White with #66894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66894D; }
p { color: rgb(102,137,77); }
H1.HeaderClassName
{
color: #66894D;
}
.AnyTagClassName
{
color: #66894D;
}
</style>
background-color css
<style>
a { background-color: #66894D; }
a { background-color: rgb(102,137,77); }
div.DivClassName
{
background-color: #66894D;
}
.BgClassName
{
background-color: #66894D;
}
</style>
border-color css
<style>
span { border-color: #66894D; }
span { border-color: rgb(102,137,77); }
td.TdClassName
{
border-color: #66894D;
}
.TagClassName
{
border-color: #66894D;
}
</style>