Shades of Glade Green #60904A
Tints of Glade Green #60904A
RGB
CMYK
RGB Variations
Color information
#60904A (or 0x60904A) is known color: Glade Green. HEX triplet: 60, 90 and 4A. RGB value is (96,144,74). Sum of RGB (Red+Green+Blue) = 96+144+74=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #60904A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60904A is #9F6FB5. Grayscale: #797979. Windows color (decimal): -10448822 or 4886624. OLE color: 4886624.
HSL color Cylindrical-coordinate representation of color #60904A: hue angle of 101.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60904A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 74 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.44 |
| HSL | 101.14º | 0.32% | 0.43% | - |
| HSV(B) | 101.14º | 0.49% | 0.56% | - |
| XYZ | 16.03 | 22.93 | 10.06 | - |
| YUV | 121.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 74 | 0.33 | 0 | 0.49 | 0.44 | 101.14 | 0.32 | 0.43 |
| Hex | 60 | 90 | 4A | 21 | 0 | 31 | 2C | 65 | 20 | 2B |
| Octal | 140 | 220 | 112 | 41 | 0 | 61 | 54 | 145 | 40 | 53 |
| Binary | 1100000 | 10010000 | 1001010 | 100001 | 0 | 110001 | 101100 | 1100101 | 100000 | 101011 |
Color Harmonies of #60904A
Complementary color
Monochromatic Colors of #60904A
Black with #60904A
Text Example
Text Example
White with #60904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60904A; }
p { color: rgb(96,144,74); }
H1.HeaderClassName
{
color: #60904A;
}
.AnyTagClassName
{
color: #60904A;
}
</style>
background-color css
<style>
a { background-color: #60904A; }
a { background-color: rgb(96,144,74); }
div.DivClassName
{
background-color: #60904A;
}
.BgClassName
{
background-color: #60904A;
}
</style>
border-color css
<style>
span { border-color: #60904A; }
span { border-color: rgb(96,144,74); }
td.TdClassName
{
border-color: #60904A;
}
.TagClassName
{
border-color: #60904A;
}
</style>