Shades of Glade Green #60864A
Tints of Glade Green #60864A
RGB
CMYK
RGB Variations
Color information
#60864A (or 0x60864A) is known color: Glade Green. HEX triplet: 60, 86 and 4A. RGB value is (96,134,74). Sum of RGB (Red+Green+Blue) = 96+134+74=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #60864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60864A is #9F79B5. Grayscale: #747474. Windows color (decimal): -10451382 or 4884064. OLE color: 4884064.
HSL color Cylindrical-coordinate representation of color #60864A: hue angle of 98º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60864A is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 74 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.47 |
| HSL | 98º | 0.29% | 0.41% | - |
| HSV(B) | 98º | 0.45% | 0.53% | - |
| XYZ | 14.59 | 20.03 | 9.58 | - |
| YUV | 115.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 74 | 0.28 | 0 | 0.45 | 0.47 | 98 | 0.29 | 0.41 |
| Hex | 60 | 86 | 4A | 1C | 0 | 2D | 2F | 62 | 1D | 29 |
| Octal | 140 | 206 | 112 | 34 | 0 | 55 | 57 | 142 | 35 | 51 |
| Binary | 1100000 | 10000110 | 1001010 | 11100 | 0 | 101101 | 101111 | 1100010 | 11101 | 101001 |
Color Harmonies of #60864A
Complementary color
Monochromatic Colors of #60864A
Black with #60864A
Text Example
Text Example
White with #60864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60864A; }
p { color: rgb(96,134,74); }
H1.HeaderClassName
{
color: #60864A;
}
.AnyTagClassName
{
color: #60864A;
}
</style>
background-color css
<style>
a { background-color: #60864A; }
a { background-color: rgb(96,134,74); }
div.DivClassName
{
background-color: #60864A;
}
.BgClassName
{
background-color: #60864A;
}
</style>
border-color css
<style>
span { border-color: #60864A; }
span { border-color: rgb(96,134,74); }
td.TdClassName
{
border-color: #60864A;
}
.TagClassName
{
border-color: #60864A;
}
</style>