Shades of Glade Green #60864D
Tints of Glade Green #60864D
RGB
CMYK
RGB Variations
Color information
#60864D (or 0x60864D) is known color: Glade Green. HEX triplet: 60, 86 and 4D. RGB value is (96,134,77). Sum of RGB (Red+Green+Blue) = 96+134+77=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #60864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60864D is #9F79B2. Grayscale: #747474. Windows color (decimal): -10451379 or 5080672. OLE color: 5080672.
HSL color Cylindrical-coordinate representation of color #60864D: hue angle of 100º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60864D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 77 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.47 |
| HSL | 100º | 0.27% | 0.41% | - |
| HSV(B) | 100º | 0.43% | 0.53% | - |
| XYZ | 14.69 | 20.07 | 10.12 | - |
| YUV | 116.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 77 | 0.28 | 0 | 0.43 | 0.47 | 100 | 0.27 | 0.41 |
| Hex | 60 | 86 | 4D | 1C | 0 | 2B | 2F | 64 | 1B | 29 |
| Octal | 140 | 206 | 115 | 34 | 0 | 53 | 57 | 144 | 33 | 51 |
| Binary | 1100000 | 10000110 | 1001101 | 11100 | 0 | 101011 | 101111 | 1100100 | 11011 | 101001 |
Color Harmonies of #60864D
Complementary color
Monochromatic Colors of #60864D
Black with #60864D
Text Example
Text Example
White with #60864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60864D; }
p { color: rgb(96,134,77); }
H1.HeaderClassName
{
color: #60864D;
}
.AnyTagClassName
{
color: #60864D;
}
</style>
background-color css
<style>
a { background-color: #60864D; }
a { background-color: rgb(96,134,77); }
div.DivClassName
{
background-color: #60864D;
}
.BgClassName
{
background-color: #60864D;
}
</style>
border-color css
<style>
span { border-color: #60864D; }
span { border-color: rgb(96,134,77); }
td.TdClassName
{
border-color: #60864D;
}
.TagClassName
{
border-color: #60864D;
}
</style>