Shades of Glade Green #65964D
Tints of Glade Green #65964D
RGB
CMYK
RGB Variations
Color information
#65964D (or 0x65964D) is known color: Glade Green. HEX triplet: 65, 96 and 4D. RGB value is (101,150,77). Sum of RGB (Red+Green+Blue) = 101+150+77=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #65964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65964D is #9A69B2. Grayscale: #7F7F7F. Windows color (decimal): -10119603 or 5084773. OLE color: 5084773.
HSL color Cylindrical-coordinate representation of color #65964D: hue angle of 100.27º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65964D is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 150 | 77 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.41 |
| HSL | 100.27º | 0.32% | 0.45% | - |
| HSV(B) | 100.27º | 0.49% | 0.59% | - |
| XYZ | 17.61 | 25.12 | 10.94 | - |
| YUV | 127.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 77 | 0.33 | 0 | 0.49 | 0.41 | 100.27 | 0.32 | 0.45 |
| Hex | 65 | 96 | 4D | 21 | 0 | 31 | 29 | 64 | 20 | 2D |
| Octal | 145 | 226 | 115 | 41 | 0 | 61 | 51 | 144 | 40 | 55 |
| Binary | 1100101 | 10010110 | 1001101 | 100001 | 0 | 110001 | 101001 | 1100100 | 100000 | 101101 |
Color Harmonies of #65964D
Complementary color
Monochromatic Colors of #65964D
Black with #65964D
Text Example
Text Example
White with #65964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65964D; }
p { color: rgb(101,150,77); }
H1.HeaderClassName
{
color: #65964D;
}
.AnyTagClassName
{
color: #65964D;
}
</style>
background-color css
<style>
a { background-color: #65964D; }
a { background-color: rgb(101,150,77); }
div.DivClassName
{
background-color: #65964D;
}
.BgClassName
{
background-color: #65964D;
}
</style>
border-color css
<style>
span { border-color: #65964D; }
span { border-color: rgb(101,150,77); }
td.TdClassName
{
border-color: #65964D;
}
.TagClassName
{
border-color: #65964D;
}
</style>