Shades of Glade Green #65894D
Tints of Glade Green #65894D
RGB
CMYK
RGB Variations
Color information
#65894D (or 0x65894D) is known color: Glade Green. HEX triplet: 65, 89 and 4D. RGB value is (101,137,77). Sum of RGB (Red+Green+Blue) = 101+137+77=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #65894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65894D is #9A76B2. Grayscale: #777777. Windows color (decimal): -10122931 or 5081445. OLE color: 5081445.
HSL color Cylindrical-coordinate representation of color #65894D: hue angle of 96º 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 #65894D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 77 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.46 |
| HSL | 96º | 0.28% | 0.42% | - |
| HSV(B) | 96º | 0.44% | 0.54% | - |
| XYZ | 15.65 | 21.19 | 10.29 | - |
| YUV | 119.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 77 | 0.26 | 0 | 0.44 | 0.46 | 96 | 0.28 | 0.42 |
| Hex | 65 | 89 | 4D | 1A | 0 | 2C | 2E | 60 | 1C | 2A |
| Octal | 145 | 211 | 115 | 32 | 0 | 54 | 56 | 140 | 34 | 52 |
| Binary | 1100101 | 10001001 | 1001101 | 11010 | 0 | 101100 | 101110 | 1100000 | 11100 | 101010 |
Color Harmonies of #65894D
Complementary color
Monochromatic Colors of #65894D
Black with #65894D
Text Example
Text Example
White with #65894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65894D; }
p { color: rgb(101,137,77); }
H1.HeaderClassName
{
color: #65894D;
}
.AnyTagClassName
{
color: #65894D;
}
</style>
background-color css
<style>
a { background-color: #65894D; }
a { background-color: rgb(101,137,77); }
div.DivClassName
{
background-color: #65894D;
}
.BgClassName
{
background-color: #65894D;
}
</style>
border-color css
<style>
span { border-color: #65894D; }
span { border-color: rgb(101,137,77); }
td.TdClassName
{
border-color: #65894D;
}
.TagClassName
{
border-color: #65894D;
}
</style>