Shades of Glade Green #60904D
Tints of Glade Green #60904D
RGB
CMYK
RGB Variations
Color information
#60904D (or 0x60904D) is known color: Glade Green. HEX triplet: 60, 90 and 4D. RGB value is (96,144,77). Sum of RGB (Red+Green+Blue) = 96+144+77=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #60904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60904D is #9F6FB2. Grayscale: #7A7A7A. Windows color (decimal): -10448819 or 5083232. OLE color: 5083232.
HSL color Cylindrical-coordinate representation of color #60904D: hue angle of 102.99º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60904D is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 77 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.44 |
| HSL | 102.99º | 0.3% | 0.43% | - |
| HSV(B) | 102.99º | 0.47% | 0.56% | - |
| XYZ | 16.14 | 22.97 | 10.6 | - |
| YUV | 122.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 77 | 0.33 | 0 | 0.47 | 0.44 | 102.99 | 0.3 | 0.43 |
| Hex | 60 | 90 | 4D | 21 | 0 | 2F | 2C | 67 | 1E | 2B |
| Octal | 140 | 220 | 115 | 41 | 0 | 57 | 54 | 147 | 36 | 53 |
| Binary | 1100000 | 10010000 | 1001101 | 100001 | 0 | 101111 | 101100 | 1100111 | 11110 | 101011 |
Color Harmonies of #60904D
Complementary color
Monochromatic Colors of #60904D
Black with #60904D
Text Example
Text Example
White with #60904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60904D; }
p { color: rgb(96,144,77); }
H1.HeaderClassName
{
color: #60904D;
}
.AnyTagClassName
{
color: #60904D;
}
</style>
background-color css
<style>
a { background-color: #60904D; }
a { background-color: rgb(96,144,77); }
div.DivClassName
{
background-color: #60904D;
}
.BgClassName
{
background-color: #60904D;
}
</style>
border-color css
<style>
span { border-color: #60904D; }
span { border-color: rgb(96,144,77); }
td.TdClassName
{
border-color: #60904D;
}
.TagClassName
{
border-color: #60904D;
}
</style>