Shades of Glade Green #628755
Tints of Glade Green #628755
RGB
CMYK
RGB Variations
Color information
#628755 (or 0x628755) is known color: Glade Green. HEX triplet: 62, 87 and 55. RGB value is (98,135,85). Sum of RGB (Red+Green+Blue) = 98+135+85=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #628755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628755 is #9D78AA. Grayscale: #767676. Windows color (decimal): -10320043 or 5605218. OLE color: 5605218.
HSL color Cylindrical-coordinate representation of color #628755: hue angle of 104.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #628755 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 85 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.47 |
| HSL | 104.4º | 0.23% | 0.43% | - |
| HSV(B) | 104.4º | 0.37% | 0.53% | - |
| XYZ | 15.34 | 20.58 | 11.76 | - |
| YUV | 118.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 85 | 0.27 | 0 | 0.37 | 0.47 | 104.4 | 0.23 | 0.43 |
| Hex | 62 | 87 | 55 | 1B | 0 | 25 | 2F | 68 | 17 | 2B |
| Octal | 142 | 207 | 125 | 33 | 0 | 45 | 57 | 150 | 27 | 53 |
| Binary | 1100010 | 10000111 | 1010101 | 11011 | 0 | 100101 | 101111 | 1101000 | 10111 | 101011 |
Color Harmonies of #628755
Complementary color
Monochromatic Colors of #628755
Black with #628755
Text Example
Text Example
White with #628755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628755; }
p { color: rgb(98,135,85); }
H1.HeaderClassName
{
color: #628755;
}
.AnyTagClassName
{
color: #628755;
}
</style>
background-color css
<style>
a { background-color: #628755; }
a { background-color: rgb(98,135,85); }
div.DivClassName
{
background-color: #628755;
}
.BgClassName
{
background-color: #628755;
}
</style>
border-color css
<style>
span { border-color: #628755; }
span { border-color: rgb(98,135,85); }
td.TdClassName
{
border-color: #628755;
}
.TagClassName
{
border-color: #628755;
}
</style>