Shades of Glade Green #62884F
Tints of Glade Green #62884F
RGB
CMYK
RGB Variations
Color information
#62884F (or 0x62884F) is known color: Glade Green. HEX triplet: 62, 88 and 4F. RGB value is (98,136,79). Sum of RGB (Red+Green+Blue) = 98+136+79=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #62884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62884F is #9D77B0. Grayscale: #767676. Windows color (decimal): -10319793 or 5212258. OLE color: 5212258.
HSL color Cylindrical-coordinate representation of color #62884F: hue angle of 100º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62884F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 79 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.47 |
| HSL | 100º | 0.27% | 0.42% | - |
| HSV(B) | 100º | 0.42% | 0.53% | - |
| XYZ | 15.25 | 20.77 | 10.6 | - |
| YUV | 118.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 79 | 0.28 | 0 | 0.42 | 0.47 | 100 | 0.27 | 0.42 |
| Hex | 62 | 88 | 4F | 1C | 0 | 2A | 2F | 64 | 1B | 2A |
| Octal | 142 | 210 | 117 | 34 | 0 | 52 | 57 | 144 | 33 | 52 |
| Binary | 1100010 | 10001000 | 1001111 | 11100 | 0 | 101010 | 101111 | 1100100 | 11011 | 101010 |
Color Harmonies of #62884F
Complementary color
Monochromatic Colors of #62884F
Black with #62884F
Text Example
Text Example
White with #62884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62884F; }
p { color: rgb(98,136,79); }
H1.HeaderClassName
{
color: #62884F;
}
.AnyTagClassName
{
color: #62884F;
}
</style>
background-color css
<style>
a { background-color: #62884F; }
a { background-color: rgb(98,136,79); }
div.DivClassName
{
background-color: #62884F;
}
.BgClassName
{
background-color: #62884F;
}
</style>
border-color css
<style>
span { border-color: #62884F; }
span { border-color: rgb(98,136,79); }
td.TdClassName
{
border-color: #62884F;
}
.TagClassName
{
border-color: #62884F;
}
</style>