Shades of Glade Green #60884A
Tints of Glade Green #60884A
RGB
CMYK
RGB Variations
Color information
#60884A (or 0x60884A) is known color: Glade Green. HEX triplet: 60, 88 and 4A. RGB value is (96,136,74). Sum of RGB (Red+Green+Blue) = 96+136+74=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #60884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60884A is #9F77B5. Grayscale: #757575. Windows color (decimal): -10450870 or 4884576. OLE color: 4884576.
HSL color Cylindrical-coordinate representation of color #60884A: hue angle of 98.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60884A is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 74 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.47 |
| HSL | 98.71º | 0.3% | 0.41% | - |
| HSV(B) | 98.71º | 0.46% | 0.53% | - |
| XYZ | 14.86 | 20.59 | 9.67 | - |
| YUV | 116.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 74 | 0.29 | 0 | 0.46 | 0.47 | 98.71 | 0.3 | 0.41 |
| Hex | 60 | 88 | 4A | 1D | 0 | 2E | 2F | 63 | 1E | 29 |
| Octal | 140 | 210 | 112 | 35 | 0 | 56 | 57 | 143 | 36 | 51 |
| Binary | 1100000 | 10001000 | 1001010 | 11101 | 0 | 101110 | 101111 | 1100011 | 11110 | 101001 |
Color Harmonies of #60884A
Complementary color
Monochromatic Colors of #60884A
Black with #60884A
Text Example
Text Example
White with #60884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60884A; }
p { color: rgb(96,136,74); }
H1.HeaderClassName
{
color: #60884A;
}
.AnyTagClassName
{
color: #60884A;
}
</style>
background-color css
<style>
a { background-color: #60884A; }
a { background-color: rgb(96,136,74); }
div.DivClassName
{
background-color: #60884A;
}
.BgClassName
{
background-color: #60884A;
}
</style>
border-color css
<style>
span { border-color: #60884A; }
span { border-color: rgb(96,136,74); }
td.TdClassName
{
border-color: #60884A;
}
.TagClassName
{
border-color: #60884A;
}
</style>