Shades of Glade Green #60874D
Tints of Glade Green #60874D
RGB
CMYK
RGB Variations
Color information
#60874D (or 0x60874D) is known color: Glade Green. HEX triplet: 60, 87 and 4D. RGB value is (96,135,77). Sum of RGB (Red+Green+Blue) = 96+135+77=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #60874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60874D is #9F78B2. Grayscale: #747474. Windows color (decimal): -10451123 or 5080928. OLE color: 5080928.
HSL color Cylindrical-coordinate representation of color #60874D: hue angle of 100.34º degrees, saturation: 0.27, 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 #60874D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 77 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.47 |
| HSL | 100.34º | 0.27% | 0.42% | - |
| HSV(B) | 100.34º | 0.43% | 0.53% | - |
| XYZ | 14.83 | 20.35 | 10.17 | - |
| YUV | 116.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 77 | 0.29 | 0 | 0.43 | 0.47 | 100.34 | 0.27 | 0.42 |
| Hex | 60 | 87 | 4D | 1D | 0 | 2B | 2F | 64 | 1B | 2A |
| Octal | 140 | 207 | 115 | 35 | 0 | 53 | 57 | 144 | 33 | 52 |
| Binary | 1100000 | 10000111 | 1001101 | 11101 | 0 | 101011 | 101111 | 1100100 | 11011 | 101010 |
Color Harmonies of #60874D
Complementary color
Monochromatic Colors of #60874D
Black with #60874D
Text Example
Text Example
White with #60874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60874D; }
p { color: rgb(96,135,77); }
H1.HeaderClassName
{
color: #60874D;
}
.AnyTagClassName
{
color: #60874D;
}
</style>
background-color css
<style>
a { background-color: #60874D; }
a { background-color: rgb(96,135,77); }
div.DivClassName
{
background-color: #60874D;
}
.BgClassName
{
background-color: #60874D;
}
</style>
border-color css
<style>
span { border-color: #60874D; }
span { border-color: rgb(96,135,77); }
td.TdClassName
{
border-color: #60874D;
}
.TagClassName
{
border-color: #60874D;
}
</style>