Shades of Glade Green #608155
Tints of Glade Green #608155
RGB
CMYK
RGB Variations
Color information
#608155 (or 0x608155) is known color: Glade Green. HEX triplet: 60, 81 and 55. RGB value is (96,129,85). Sum of RGB (Red+Green+Blue) = 96+129+85=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #608155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608155 is #9F7EAA. Grayscale: #727272. Windows color (decimal): -10452651 or 5603680. OLE color: 5603680.
HSL color Cylindrical-coordinate representation of color #608155: hue angle of 105º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608155 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 85 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.49 |
| HSL | 105º | 0.21% | 0.42% | - |
| HSV(B) | 105º | 0.34% | 0.51% | - |
| XYZ | 14.31 | 18.84 | 11.48 | - |
| YUV | 114.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 85 | 0.26 | 0 | 0.34 | 0.49 | 105 | 0.21 | 0.42 |
| Hex | 60 | 81 | 55 | 1A | 0 | 22 | 31 | 69 | 15 | 2A |
| Octal | 140 | 201 | 125 | 32 | 0 | 42 | 61 | 151 | 25 | 52 |
| Binary | 1100000 | 10000001 | 1010101 | 11010 | 0 | 100010 | 110001 | 1101001 | 10101 | 101010 |
Color Harmonies of #608155
Complementary color
Monochromatic Colors of #608155
Black with #608155
Text Example
Text Example
White with #608155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608155; }
p { color: rgb(96,129,85); }
H1.HeaderClassName
{
color: #608155;
}
.AnyTagClassName
{
color: #608155;
}
</style>
background-color css
<style>
a { background-color: #608155; }
a { background-color: rgb(96,129,85); }
div.DivClassName
{
background-color: #608155;
}
.BgClassName
{
background-color: #608155;
}
</style>
border-color css
<style>
span { border-color: #608155; }
span { border-color: rgb(96,129,85); }
td.TdClassName
{
border-color: #608155;
}
.TagClassName
{
border-color: #608155;
}
</style>