Shades of Glade Green #608251
Tints of Glade Green #608251
RGB
CMYK
RGB Variations
Color information
#608251 (or 0x608251) is known color: Glade Green. HEX triplet: 60, 82 and 51. RGB value is (96,130,81). Sum of RGB (Red+Green+Blue) = 96+130+81=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #608251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608251 is #9F7DAE. Grayscale: #727272. Windows color (decimal): -10452399 or 5341792. OLE color: 5341792.
HSL color Cylindrical-coordinate representation of color #608251: hue angle of 101.63º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #608251 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 81 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.49 |
| HSL | 101.63º | 0.23% | 0.41% | - |
| HSV(B) | 101.63º | 0.38% | 0.51% | - |
| XYZ | 14.29 | 19.05 | 10.71 | - |
| YUV | 114.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 81 | 0.26 | 0 | 0.38 | 0.49 | 101.63 | 0.23 | 0.41 |
| Hex | 60 | 82 | 51 | 1A | 0 | 26 | 31 | 66 | 17 | 29 |
| Octal | 140 | 202 | 121 | 32 | 0 | 46 | 61 | 146 | 27 | 51 |
| Binary | 1100000 | 10000010 | 1010001 | 11010 | 0 | 100110 | 110001 | 1100110 | 10111 | 101001 |
Color Harmonies of #608251
Complementary color
Monochromatic Colors of #608251
Black with #608251
Text Example
Text Example
White with #608251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608251; }
p { color: rgb(96,130,81); }
H1.HeaderClassName
{
color: #608251;
}
.AnyTagClassName
{
color: #608251;
}
</style>
background-color css
<style>
a { background-color: #608251; }
a { background-color: rgb(96,130,81); }
div.DivClassName
{
background-color: #608251;
}
.BgClassName
{
background-color: #608251;
}
</style>
border-color css
<style>
span { border-color: #608251; }
span { border-color: rgb(96,130,81); }
td.TdClassName
{
border-color: #608251;
}
.TagClassName
{
border-color: #608251;
}
</style>