Shades of Glade Green #60874E
Tints of Glade Green #60874E
RGB
CMYK
RGB Variations
Color information
#60874E (or 0x60874E) is known color: Glade Green. HEX triplet: 60, 87 and 4E. RGB value is (96,135,78). Sum of RGB (Red+Green+Blue) = 96+135+78=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #60874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60874E is #9F78B1. Grayscale: #757575. Windows color (decimal): -10451122 or 5146464. OLE color: 5146464.
HSL color Cylindrical-coordinate representation of color #60874E: hue angle of 101.05º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60874E is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 78 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.47 |
| HSL | 101.05º | 0.27% | 0.42% | - |
| HSV(B) | 101.05º | 0.42% | 0.53% | - |
| XYZ | 14.86 | 20.36 | 10.36 | - |
| YUV | 116.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 78 | 0.29 | 0 | 0.42 | 0.47 | 101.05 | 0.27 | 0.42 |
| Hex | 60 | 87 | 4E | 1D | 0 | 2A | 2F | 65 | 1B | 2A |
| Octal | 140 | 207 | 116 | 35 | 0 | 52 | 57 | 145 | 33 | 52 |
| Binary | 1100000 | 10000111 | 1001110 | 11101 | 0 | 101010 | 101111 | 1100101 | 11011 | 101010 |
Color Harmonies of #60874E
Complementary color
Monochromatic Colors of #60874E
Black with #60874E
Text Example
Text Example
White with #60874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60874E; }
p { color: rgb(96,135,78); }
H1.HeaderClassName
{
color: #60874E;
}
.AnyTagClassName
{
color: #60874E;
}
</style>
background-color css
<style>
a { background-color: #60874E; }
a { background-color: rgb(96,135,78); }
div.DivClassName
{
background-color: #60874E;
}
.BgClassName
{
background-color: #60874E;
}
</style>
border-color css
<style>
span { border-color: #60874E; }
span { border-color: rgb(96,135,78); }
td.TdClassName
{
border-color: #60874E;
}
.TagClassName
{
border-color: #60874E;
}
</style>