Shades of Glade Green #648750
Tints of Glade Green #648750
RGB
CMYK
RGB Variations
Color information
#648750 (or 0x648750) is known color: Glade Green. HEX triplet: 64, 87 and 50. RGB value is (100,135,80). Sum of RGB (Red+Green+Blue) = 100+135+80=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #648750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648750 is #9B78AF. Grayscale: #767676. Windows color (decimal): -10188976 or 5277540. OLE color: 5277540.
HSL color Cylindrical-coordinate representation of color #648750: hue angle of 98.18º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #648750 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 80 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.47 |
| HSL | 98.18º | 0.26% | 0.42% | - |
| HSV(B) | 98.18º | 0.41% | 0.53% | - |
| XYZ | 15.37 | 20.62 | 10.76 | - |
| YUV | 118.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 80 | 0.26 | 0 | 0.41 | 0.47 | 98.18 | 0.26 | 0.42 |
| Hex | 64 | 87 | 50 | 1A | 0 | 29 | 2F | 62 | 1A | 2A |
| Octal | 144 | 207 | 120 | 32 | 0 | 51 | 57 | 142 | 32 | 52 |
| Binary | 1100100 | 10000111 | 1010000 | 11010 | 0 | 101001 | 101111 | 1100010 | 11010 | 101010 |
Color Harmonies of #648750
Complementary color
Monochromatic Colors of #648750
Black with #648750
Text Example
Text Example
White with #648750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648750; }
p { color: rgb(100,135,80); }
H1.HeaderClassName
{
color: #648750;
}
.AnyTagClassName
{
color: #648750;
}
</style>
background-color css
<style>
a { background-color: #648750; }
a { background-color: rgb(100,135,80); }
div.DivClassName
{
background-color: #648750;
}
.BgClassName
{
background-color: #648750;
}
</style>
border-color css
<style>
span { border-color: #648750; }
span { border-color: rgb(100,135,80); }
td.TdClassName
{
border-color: #648750;
}
.TagClassName
{
border-color: #648750;
}
</style>