Shades of Glade Green #62814E
Tints of Glade Green #62814E
RGB
CMYK
RGB Variations
Color information
#62814E (or 0x62814E) is known color: Glade Green. HEX triplet: 62, 81 and 4E. RGB value is (98,129,78). Sum of RGB (Red+Green+Blue) = 98+129+78=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #62814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62814E is #9D7EB1. Grayscale: #727272. Windows color (decimal): -10321586 or 5144930. OLE color: 5144930.
HSL color Cylindrical-coordinate representation of color #62814E: hue angle of 96.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62814E is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 78 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.49 |
| HSL | 96.47º | 0.25% | 0.41% | - |
| HSV(B) | 96.47º | 0.4% | 0.51% | - |
| XYZ | 14.26 | 18.85 | 10.09 | - |
| YUV | 113.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 78 | 0.24 | 0 | 0.40 | 0.49 | 96.47 | 0.25 | 0.41 |
| Hex | 62 | 81 | 4E | 18 | 0 | 28 | 31 | 60 | 19 | 29 |
| Octal | 142 | 201 | 116 | 30 | 0 | 50 | 61 | 140 | 31 | 51 |
| Binary | 1100010 | 10000001 | 1001110 | 11000 | 0 | 101000 | 110001 | 1100000 | 11001 | 101001 |
Color Harmonies of #62814E
Complementary color
Monochromatic Colors of #62814E
Black with #62814E
Text Example
Text Example
White with #62814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62814E; }
p { color: rgb(98,129,78); }
H1.HeaderClassName
{
color: #62814E;
}
.AnyTagClassName
{
color: #62814E;
}
</style>
background-color css
<style>
a { background-color: #62814E; }
a { background-color: rgb(98,129,78); }
div.DivClassName
{
background-color: #62814E;
}
.BgClassName
{
background-color: #62814E;
}
</style>
border-color css
<style>
span { border-color: #62814E; }
span { border-color: rgb(98,129,78); }
td.TdClassName
{
border-color: #62814E;
}
.TagClassName
{
border-color: #62814E;
}
</style>