Shades of Glade Green #658056
Tints of Glade Green #658056
RGB
CMYK
RGB Variations
Color information
#658056 (or 0x658056) is known color: Glade Green. HEX triplet: 65, 80 and 56. RGB value is (101,128,86). Sum of RGB (Red+Green+Blue) = 101+128+86=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #658056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658056 is #9A7FA9. Grayscale: #737373. Windows color (decimal): -10125226 or 5668965. OLE color: 5668965.
HSL color Cylindrical-coordinate representation of color #658056: hue angle of 98.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #658056 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 86 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.50 |
| HSL | 98.57º | 0.2% | 0.42% | - |
| HSV(B) | 98.57º | 0.33% | 0.5% | - |
| XYZ | 14.77 | 18.88 | 11.67 | - |
| YUV | 115.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 86 | 0.21 | 0 | 0.33 | 0.50 | 98.57 | 0.2 | 0.42 |
| Hex | 65 | 80 | 56 | 15 | 0 | 21 | 32 | 63 | 14 | 2A |
| Octal | 145 | 200 | 126 | 25 | 0 | 41 | 62 | 143 | 24 | 52 |
| Binary | 1100101 | 10000000 | 1010110 | 10101 | 0 | 100001 | 110010 | 1100011 | 10100 | 101010 |
Color Harmonies of #658056
Complementary color
Monochromatic Colors of #658056
Black with #658056
Text Example
Text Example
White with #658056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658056; }
p { color: rgb(101,128,86); }
H1.HeaderClassName
{
color: #658056;
}
.AnyTagClassName
{
color: #658056;
}
</style>
background-color css
<style>
a { background-color: #658056; }
a { background-color: rgb(101,128,86); }
div.DivClassName
{
background-color: #658056;
}
.BgClassName
{
background-color: #658056;
}
</style>
border-color css
<style>
span { border-color: #658056; }
span { border-color: rgb(101,128,86); }
td.TdClassName
{
border-color: #658056;
}
.TagClassName
{
border-color: #658056;
}
</style>