Shades of Glade Green #627F58
Tints of Glade Green #627F58
RGB
CMYK
RGB Variations
Color information
#627F58 (or 0x627F58) is known color: Glade Green. HEX triplet: 62, 7F and 58. RGB value is (98,127,88). Sum of RGB (Red+Green+Blue) = 98+127+88=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #627F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627F58 is #9D80A7. Grayscale: #727272. Windows color (decimal): -10322088 or 5799778. OLE color: 5799778.
HSL color Cylindrical-coordinate representation of color #627F58: hue angle of 104.62º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #627F58 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 88 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.50 |
| HSL | 104.62º | 0.18% | 0.42% | - |
| HSV(B) | 104.62º | 0.31% | 0.5% | - |
| XYZ | 14.39 | 18.48 | 12.04 | - |
| YUV | 113.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 88 | 0.23 | 0 | 0.31 | 0.50 | 104.62 | 0.18 | 0.42 |
| Hex | 62 | 7F | 58 | 17 | 0 | 1F | 32 | 69 | 12 | 2A |
| Octal | 142 | 177 | 130 | 27 | 0 | 37 | 62 | 151 | 22 | 52 |
| Binary | 1100010 | 1111111 | 1011000 | 10111 | 0 | 11111 | 110010 | 1101001 | 10010 | 101010 |
Color Harmonies of #627F58
Complementary color
Monochromatic Colors of #627F58
Black with #627F58
Text Example
Text Example
White with #627F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F58; }
p { color: rgb(98,127,88); }
H1.HeaderClassName
{
color: #627F58;
}
.AnyTagClassName
{
color: #627F58;
}
</style>
background-color css
<style>
a { background-color: #627F58; }
a { background-color: rgb(98,127,88); }
div.DivClassName
{
background-color: #627F58;
}
.BgClassName
{
background-color: #627F58;
}
</style>
border-color css
<style>
span { border-color: #627F58; }
span { border-color: rgb(98,127,88); }
td.TdClassName
{
border-color: #627F58;
}
.TagClassName
{
border-color: #627F58;
}
</style>