Shades of Glade Green #608D47
Tints of Glade Green #608D47
RGB
CMYK
RGB Variations
Color information
#608D47 (or 0x608D47) is known color: Glade Green. HEX triplet: 60, 8D and 47. RGB value is (96,141,71). Sum of RGB (Red+Green+Blue) = 96+141+71=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #608D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608D47 is #9F72B8. Grayscale: #777777. Windows color (decimal): -10449593 or 4689248. OLE color: 4689248.
HSL color Cylindrical-coordinate representation of color #608D47: hue angle of 98.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608D47 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 71 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.45 |
| HSL | 98.57º | 0.33% | 0.42% | - |
| HSV(B) | 98.57º | 0.5% | 0.55% | - |
| XYZ | 15.49 | 21.99 | 9.39 | - |
| YUV | 119.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 71 | 0.32 | 0 | 0.50 | 0.45 | 98.57 | 0.33 | 0.42 |
| Hex | 60 | 8D | 47 | 20 | 0 | 32 | 2D | 63 | 21 | 2A |
| Octal | 140 | 215 | 107 | 40 | 0 | 62 | 55 | 143 | 41 | 52 |
| Binary | 1100000 | 10001101 | 1000111 | 100000 | 0 | 110010 | 101101 | 1100011 | 100001 | 101010 |
Color Harmonies of #608D47
Complementary color
Monochromatic Colors of #608D47
Black with #608D47
Text Example
Text Example
White with #608D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D47; }
p { color: rgb(96,141,71); }
H1.HeaderClassName
{
color: #608D47;
}
.AnyTagClassName
{
color: #608D47;
}
</style>
background-color css
<style>
a { background-color: #608D47; }
a { background-color: rgb(96,141,71); }
div.DivClassName
{
background-color: #608D47;
}
.BgClassName
{
background-color: #608D47;
}
</style>
border-color css
<style>
span { border-color: #608D47; }
span { border-color: rgb(96,141,71); }
td.TdClassName
{
border-color: #608D47;
}
.TagClassName
{
border-color: #608D47;
}
</style>