Shades of Glade Green #60914C
Tints of Glade Green #60914C
RGB
CMYK
RGB Variations
Color information
#60914C (or 0x60914C) is known color: Glade Green. HEX triplet: 60, 91 and 4C. RGB value is (96,145,76). Sum of RGB (Red+Green+Blue) = 96+145+76=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #60914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60914C is #9F6EB3. Grayscale: #7A7A7A. Windows color (decimal): -10448564 or 5017952. OLE color: 5017952.
HSL color Cylindrical-coordinate representation of color #60914C: hue angle of 102.61º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60914C is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 76 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.43 |
| HSL | 102.61º | 0.31% | 0.43% | - |
| HSV(B) | 102.61º | 0.48% | 0.57% | - |
| XYZ | 16.25 | 23.26 | 10.47 | - |
| YUV | 122.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 76 | 0.34 | 0 | 0.48 | 0.43 | 102.61 | 0.31 | 0.43 |
| Hex | 60 | 91 | 4C | 22 | 0 | 30 | 2B | 67 | 1F | 2B |
| Octal | 140 | 221 | 114 | 42 | 0 | 60 | 53 | 147 | 37 | 53 |
| Binary | 1100000 | 10010001 | 1001100 | 100010 | 0 | 110000 | 101011 | 1100111 | 11111 | 101011 |
Color Harmonies of #60914C
Complementary color
Monochromatic Colors of #60914C
Black with #60914C
Text Example
Text Example
White with #60914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60914C; }
p { color: rgb(96,145,76); }
H1.HeaderClassName
{
color: #60914C;
}
.AnyTagClassName
{
color: #60914C;
}
</style>
background-color css
<style>
a { background-color: #60914C; }
a { background-color: rgb(96,145,76); }
div.DivClassName
{
background-color: #60914C;
}
.BgClassName
{
background-color: #60914C;
}
</style>
border-color css
<style>
span { border-color: #60914C; }
span { border-color: rgb(96,145,76); }
td.TdClassName
{
border-color: #60914C;
}
.TagClassName
{
border-color: #60914C;
}
</style>