Shades of Glade Green #608F45
Tints of Glade Green #608F45
RGB
CMYK
RGB Variations
Color information
#608F45 (or 0x608F45) is known color: Glade Green. HEX triplet: 60, 8F and 45. RGB value is (96,143,69). Sum of RGB (Red+Green+Blue) = 96+143+69=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #608F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608F45 is #9F70BA. Grayscale: #787878. Windows color (decimal): -10449083 or 4558688. OLE color: 4558688.
HSL color Cylindrical-coordinate representation of color #608F45: hue angle of 98.11º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #608F45 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 143 | 69 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.44 |
| HSL | 98.11º | 0.35% | 0.42% | - |
| HSV(B) | 98.11º | 0.52% | 0.56% | - |
| XYZ | 15.72 | 22.56 | 9.16 | - |
| YUV | 120.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 69 | 0.33 | 0 | 0.52 | 0.44 | 98.11 | 0.35 | 0.42 |
| Hex | 60 | 8F | 45 | 21 | 0 | 34 | 2C | 62 | 23 | 2A |
| Octal | 140 | 217 | 105 | 41 | 0 | 64 | 54 | 142 | 43 | 52 |
| Binary | 1100000 | 10001111 | 1000101 | 100001 | 0 | 110100 | 101100 | 1100010 | 100011 | 101010 |
Color Harmonies of #608F45
Complementary color
Monochromatic Colors of #608F45
Black with #608F45
Text Example
Text Example
White with #608F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608F45; }
p { color: rgb(96,143,69); }
H1.HeaderClassName
{
color: #608F45;
}
.AnyTagClassName
{
color: #608F45;
}
</style>
background-color css
<style>
a { background-color: #608F45; }
a { background-color: rgb(96,143,69); }
div.DivClassName
{
background-color: #608F45;
}
.BgClassName
{
background-color: #608F45;
}
</style>
border-color css
<style>
span { border-color: #608F45; }
span { border-color: rgb(96,143,69); }
td.TdClassName
{
border-color: #608F45;
}
.TagClassName
{
border-color: #608F45;
}
</style>