Shades of Glade Green #64894B
Tints of Glade Green #64894B
RGB
CMYK
RGB Variations
Color information
#64894B (or 0x64894B) is known color: Glade Green. HEX triplet: 64, 89 and 4B. RGB value is (100,137,75). Sum of RGB (Red+Green+Blue) = 100+137+75=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #64894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64894B is #9B76B4. Grayscale: #777777. Windows color (decimal): -10188469 or 4950372. OLE color: 4950372.
HSL color Cylindrical-coordinate representation of color #64894B: hue angle of 95.81º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64894B is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 75 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.46 |
| HSL | 95.81º | 0.29% | 0.42% | - |
| HSV(B) | 95.81º | 0.45% | 0.54% | - |
| XYZ | 15.47 | 21.11 | 9.92 | - |
| YUV | 118.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 75 | 0.27 | 0 | 0.45 | 0.46 | 95.81 | 0.29 | 0.42 |
| Hex | 64 | 89 | 4B | 1B | 0 | 2D | 2E | 60 | 1D | 2A |
| Octal | 144 | 211 | 113 | 33 | 0 | 55 | 56 | 140 | 35 | 52 |
| Binary | 1100100 | 10001001 | 1001011 | 11011 | 0 | 101101 | 101110 | 1100000 | 11101 | 101010 |
Color Harmonies of #64894B
Complementary color
Monochromatic Colors of #64894B
Black with #64894B
Text Example
Text Example
White with #64894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64894B; }
p { color: rgb(100,137,75); }
H1.HeaderClassName
{
color: #64894B;
}
.AnyTagClassName
{
color: #64894B;
}
</style>
background-color css
<style>
a { background-color: #64894B; }
a { background-color: rgb(100,137,75); }
div.DivClassName
{
background-color: #64894B;
}
.BgClassName
{
background-color: #64894B;
}
</style>
border-color css
<style>
span { border-color: #64894B; }
span { border-color: rgb(100,137,75); }
td.TdClassName
{
border-color: #64894B;
}
.TagClassName
{
border-color: #64894B;
}
</style>