Shades of Glade Green #608151
Tints of Glade Green #608151
RGB
CMYK
RGB Variations
Color information
#608151 (or 0x608151) is known color: Glade Green. HEX triplet: 60, 81 and 51. RGB value is (96,129,81). Sum of RGB (Red+Green+Blue) = 96+129+81=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #608151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608151 is #9F7EAE. Grayscale: #717171. Windows color (decimal): -10452655 or 5341536. OLE color: 5341536.
HSL color Cylindrical-coordinate representation of color #608151: hue angle of 101.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #608151 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 81 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.49 |
| HSL | 101.25º | 0.23% | 0.41% | - |
| HSV(B) | 101.25º | 0.37% | 0.51% | - |
| XYZ | 14.16 | 18.78 | 10.66 | - |
| YUV | 113.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 81 | 0.26 | 0 | 0.37 | 0.49 | 101.25 | 0.23 | 0.41 |
| Hex | 60 | 81 | 51 | 1A | 0 | 25 | 31 | 65 | 17 | 29 |
| Octal | 140 | 201 | 121 | 32 | 0 | 45 | 61 | 145 | 27 | 51 |
| Binary | 1100000 | 10000001 | 1010001 | 11010 | 0 | 100101 | 110001 | 1100101 | 10111 | 101001 |
Color Harmonies of #608151
Complementary color
Monochromatic Colors of #608151
Black with #608151
Text Example
Text Example
White with #608151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608151; }
p { color: rgb(96,129,81); }
H1.HeaderClassName
{
color: #608151;
}
.AnyTagClassName
{
color: #608151;
}
</style>
background-color css
<style>
a { background-color: #608151; }
a { background-color: rgb(96,129,81); }
div.DivClassName
{
background-color: #608151;
}
.BgClassName
{
background-color: #608151;
}
</style>
border-color css
<style>
span { border-color: #608151; }
span { border-color: rgb(96,129,81); }
td.TdClassName
{
border-color: #608151;
}
.TagClassName
{
border-color: #608151;
}
</style>