Shades of Glade Green #64884F
Tints of Glade Green #64884F
RGB
CMYK
RGB Variations
Color information
#64884F (or 0x64884F) is known color: Glade Green. HEX triplet: 64, 88 and 4F. RGB value is (100,136,79). Sum of RGB (Red+Green+Blue) = 100+136+79=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #64884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64884F is #9B77B0. Grayscale: #767676. Windows color (decimal): -10188721 or 5212260. OLE color: 5212260.
HSL color Cylindrical-coordinate representation of color #64884F: hue angle of 97.89º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64884F is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 79 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.47 |
| HSL | 97.89º | 0.27% | 0.42% | - |
| HSV(B) | 97.89º | 0.42% | 0.53% | - |
| XYZ | 15.47 | 20.88 | 10.61 | - |
| YUV | 118.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 79 | 0.26 | 0 | 0.42 | 0.47 | 97.89 | 0.27 | 0.42 |
| Hex | 64 | 88 | 4F | 1A | 0 | 2A | 2F | 62 | 1B | 2A |
| Octal | 144 | 210 | 117 | 32 | 0 | 52 | 57 | 142 | 33 | 52 |
| Binary | 1100100 | 10001000 | 1001111 | 11010 | 0 | 101010 | 101111 | 1100010 | 11011 | 101010 |
Color Harmonies of #64884F
Complementary color
Monochromatic Colors of #64884F
Black with #64884F
Text Example
Text Example
White with #64884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64884F; }
p { color: rgb(100,136,79); }
H1.HeaderClassName
{
color: #64884F;
}
.AnyTagClassName
{
color: #64884F;
}
</style>
background-color css
<style>
a { background-color: #64884F; }
a { background-color: rgb(100,136,79); }
div.DivClassName
{
background-color: #64884F;
}
.BgClassName
{
background-color: #64884F;
}
</style>
border-color css
<style>
span { border-color: #64884F; }
span { border-color: rgb(100,136,79); }
td.TdClassName
{
border-color: #64884F;
}
.TagClassName
{
border-color: #64884F;
}
</style>