Shades of Glade Green #62864D
Tints of Glade Green #62864D
RGB
CMYK
RGB Variations
Color information
#62864D (or 0x62864D) is known color: Glade Green. HEX triplet: 62, 86 and 4D. RGB value is (98,134,77). Sum of RGB (Red+Green+Blue) = 98+134+77=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #62864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62864D is #9D79B2. Grayscale: #747474. Windows color (decimal): -10320307 or 5080674. OLE color: 5080674.
HSL color Cylindrical-coordinate representation of color #62864D: hue angle of 97.89º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62864D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 77 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.47 |
| HSL | 97.89º | 0.27% | 0.41% | - |
| HSV(B) | 97.89º | 0.43% | 0.53% | - |
| XYZ | 14.9 | 20.18 | 10.13 | - |
| YUV | 116.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 77 | 0.27 | 0 | 0.43 | 0.47 | 97.89 | 0.27 | 0.41 |
| Hex | 62 | 86 | 4D | 1B | 0 | 2B | 2F | 62 | 1B | 29 |
| Octal | 142 | 206 | 115 | 33 | 0 | 53 | 57 | 142 | 33 | 51 |
| Binary | 1100010 | 10000110 | 1001101 | 11011 | 0 | 101011 | 101111 | 1100010 | 11011 | 101001 |
Color Harmonies of #62864D
Complementary color
Monochromatic Colors of #62864D
Black with #62864D
Text Example
Text Example
White with #62864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62864D; }
p { color: rgb(98,134,77); }
H1.HeaderClassName
{
color: #62864D;
}
.AnyTagClassName
{
color: #62864D;
}
</style>
background-color css
<style>
a { background-color: #62864D; }
a { background-color: rgb(98,134,77); }
div.DivClassName
{
background-color: #62864D;
}
.BgClassName
{
background-color: #62864D;
}
</style>
border-color css
<style>
span { border-color: #62864D; }
span { border-color: rgb(98,134,77); }
td.TdClassName
{
border-color: #62864D;
}
.TagClassName
{
border-color: #62864D;
}
</style>