Shades of Glade Green #60854D
Tints of Glade Green #60854D
RGB
CMYK
RGB Variations
Color information
#60854D (or 0x60854D) is known color: Glade Green. HEX triplet: 60, 85 and 4D. RGB value is (96,133,77). Sum of RGB (Red+Green+Blue) = 96+133+77=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #60854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60854D is #9F7AB2. Grayscale: #737373. Windows color (decimal): -10451635 or 5080416. OLE color: 5080416.
HSL color Cylindrical-coordinate representation of color #60854D: hue angle of 99.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60854D is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 77 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.48 |
| HSL | 99.64º | 0.27% | 0.41% | - |
| HSV(B) | 99.64º | 0.42% | 0.52% | - |
| XYZ | 14.55 | 19.8 | 10.08 | - |
| YUV | 115.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 77 | 0.28 | 0 | 0.42 | 0.48 | 99.64 | 0.27 | 0.41 |
| Hex | 60 | 85 | 4D | 1C | 0 | 2A | 30 | 64 | 1B | 29 |
| Octal | 140 | 205 | 115 | 34 | 0 | 52 | 60 | 144 | 33 | 51 |
| Binary | 1100000 | 10000101 | 1001101 | 11100 | 0 | 101010 | 110000 | 1100100 | 11011 | 101001 |
Color Harmonies of #60854D
Complementary color
Monochromatic Colors of #60854D
Black with #60854D
Text Example
Text Example
White with #60854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60854D; }
p { color: rgb(96,133,77); }
H1.HeaderClassName
{
color: #60854D;
}
.AnyTagClassName
{
color: #60854D;
}
</style>
background-color css
<style>
a { background-color: #60854D; }
a { background-color: rgb(96,133,77); }
div.DivClassName
{
background-color: #60854D;
}
.BgClassName
{
background-color: #60854D;
}
</style>
border-color css
<style>
span { border-color: #60854D; }
span { border-color: rgb(96,133,77); }
td.TdClassName
{
border-color: #60854D;
}
.TagClassName
{
border-color: #60854D;
}
</style>