Shades of Glade Green #60844D
Tints of Glade Green #60844D
RGB
CMYK
RGB Variations
Color information
#60844D (or 0x60844D) is known color: Glade Green. HEX triplet: 60, 84 and 4D. RGB value is (96,132,77). Sum of RGB (Red+Green+Blue) = 96+132+77=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #60844D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60844D is #9F7BB2. Grayscale: #737373. Windows color (decimal): -10451891 or 5080160. OLE color: 5080160.
HSL color Cylindrical-coordinate representation of color #60844D: hue angle of 99.27º degrees, saturation: 0.26, 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 #60844D is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 132 | 77 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.48 |
| HSL | 99.27º | 0.26% | 0.41% | - |
| HSV(B) | 99.27º | 0.42% | 0.52% | - |
| XYZ | 14.41 | 19.53 | 10.03 | - |
| YUV | 114.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 77 | 0.27 | 0 | 0.42 | 0.48 | 99.27 | 0.26 | 0.41 |
| Hex | 60 | 84 | 4D | 1B | 0 | 2A | 30 | 63 | 1A | 29 |
| Octal | 140 | 204 | 115 | 33 | 0 | 52 | 60 | 143 | 32 | 51 |
| Binary | 1100000 | 10000100 | 1001101 | 11011 | 0 | 101010 | 110000 | 1100011 | 11010 | 101001 |
Color Harmonies of #60844D
Complementary color
Monochromatic Colors of #60844D
Black with #60844D
Text Example
Text Example
White with #60844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60844D; }
p { color: rgb(96,132,77); }
H1.HeaderClassName
{
color: #60844D;
}
.AnyTagClassName
{
color: #60844D;
}
</style>
background-color css
<style>
a { background-color: #60844D; }
a { background-color: rgb(96,132,77); }
div.DivClassName
{
background-color: #60844D;
}
.BgClassName
{
background-color: #60844D;
}
</style>
border-color css
<style>
span { border-color: #60844D; }
span { border-color: rgb(96,132,77); }
td.TdClassName
{
border-color: #60844D;
}
.TagClassName
{
border-color: #60844D;
}
</style>