Shades of Glade Green #60884D
Tints of Glade Green #60884D
RGB
CMYK
RGB Variations
Color information
#60884D (or 0x60884D) is known color: Glade Green. HEX triplet: 60, 88 and 4D. RGB value is (96,136,77). Sum of RGB (Red+Green+Blue) = 96+136+77=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #60884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60884D is #9F77B2. Grayscale: #757575. Windows color (decimal): -10450867 or 5081184. OLE color: 5081184.
HSL color Cylindrical-coordinate representation of color #60884D: hue angle of 100.68º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60884D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 77 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.47 |
| HSL | 100.68º | 0.28% | 0.42% | - |
| HSV(B) | 100.68º | 0.43% | 0.53% | - |
| XYZ | 14.97 | 20.63 | 10.21 | - |
| YUV | 117.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 77 | 0.29 | 0 | 0.43 | 0.47 | 100.68 | 0.28 | 0.42 |
| Hex | 60 | 88 | 4D | 1D | 0 | 2B | 2F | 65 | 1C | 2A |
| Octal | 140 | 210 | 115 | 35 | 0 | 53 | 57 | 145 | 34 | 52 |
| Binary | 1100000 | 10001000 | 1001101 | 11101 | 0 | 101011 | 101111 | 1100101 | 11100 | 101010 |
Color Harmonies of #60884D
Complementary color
Monochromatic Colors of #60884D
Black with #60884D
Text Example
Text Example
White with #60884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60884D; }
p { color: rgb(96,136,77); }
H1.HeaderClassName
{
color: #60884D;
}
.AnyTagClassName
{
color: #60884D;
}
</style>
background-color css
<style>
a { background-color: #60884D; }
a { background-color: rgb(96,136,77); }
div.DivClassName
{
background-color: #60884D;
}
.BgClassName
{
background-color: #60884D;
}
</style>
border-color css
<style>
span { border-color: #60884D; }
span { border-color: rgb(96,136,77); }
td.TdClassName
{
border-color: #60884D;
}
.TagClassName
{
border-color: #60884D;
}
</style>