Shades of Glade Green #608E46
Tints of Glade Green #608E46
RGB
CMYK
RGB Variations
Color information
#608E46 (or 0x608E46) is known color: Glade Green. HEX triplet: 60, 8E and 46. RGB value is (96,142,70). Sum of RGB (Red+Green+Blue) = 96+142+70=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #608E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608E46 is #9F71B9. Grayscale: #787878. Windows color (decimal): -10449338 or 4623968. OLE color: 4623968.
HSL color Cylindrical-coordinate representation of color #608E46: hue angle of 98.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #608E46 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 70 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.44 |
| HSL | 98.33º | 0.34% | 0.42% | - |
| HSV(B) | 98.33º | 0.51% | 0.56% | - |
| XYZ | 15.6 | 22.28 | 9.27 | - |
| YUV | 120.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 70 | 0.32 | 0 | 0.51 | 0.44 | 98.33 | 0.34 | 0.42 |
| Hex | 60 | 8E | 46 | 20 | 0 | 33 | 2C | 62 | 22 | 2A |
| Octal | 140 | 216 | 106 | 40 | 0 | 63 | 54 | 142 | 42 | 52 |
| Binary | 1100000 | 10001110 | 1000110 | 100000 | 0 | 110011 | 101100 | 1100010 | 100010 | 101010 |
Color Harmonies of #608E46
Complementary color
Monochromatic Colors of #608E46
Black with #608E46
Text Example
Text Example
White with #608E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E46; }
p { color: rgb(96,142,70); }
H1.HeaderClassName
{
color: #608E46;
}
.AnyTagClassName
{
color: #608E46;
}
</style>
background-color css
<style>
a { background-color: #608E46; }
a { background-color: rgb(96,142,70); }
div.DivClassName
{
background-color: #608E46;
}
.BgClassName
{
background-color: #608E46;
}
</style>
border-color css
<style>
span { border-color: #608E46; }
span { border-color: rgb(96,142,70); }
td.TdClassName
{
border-color: #608E46;
}
.TagClassName
{
border-color: #608E46;
}
</style>