Shades of Glade Green #60914F
Tints of Glade Green #60914F
RGB
CMYK
RGB Variations
Color information
#60914F (or 0x60914F) is known color: Glade Green. HEX triplet: 60, 91 and 4F. RGB value is (96,145,79). Sum of RGB (Red+Green+Blue) = 96+145+79=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #60914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60914F is #9F6EB0. Grayscale: #7B7B7B. Windows color (decimal): -10448561 or 5214560. OLE color: 5214560.
HSL color Cylindrical-coordinate representation of color #60914F: hue angle of 104.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60914F is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 79 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.43 |
| HSL | 104.55º | 0.29% | 0.44% | - |
| HSV(B) | 104.55º | 0.46% | 0.57% | - |
| XYZ | 16.36 | 23.3 | 11.03 | - |
| YUV | 122.83 | 103.27 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 79 | 0.34 | 0 | 0.46 | 0.43 | 104.55 | 0.29 | 0.44 |
| Hex | 60 | 91 | 4F | 22 | 0 | 2E | 2B | 69 | 1D | 2C |
| Octal | 140 | 221 | 117 | 42 | 0 | 56 | 53 | 151 | 35 | 54 |
| Binary | 1100000 | 10010001 | 1001111 | 100010 | 0 | 101110 | 101011 | 1101001 | 11101 | 101100 |
Color Harmonies of #60914F
Complementary color
Monochromatic Colors of #60914F
Black with #60914F
Text Example
Text Example
White with #60914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60914F; }
p { color: rgb(96,145,79); }
H1.HeaderClassName
{
color: #60914F;
}
.AnyTagClassName
{
color: #60914F;
}
</style>
background-color css
<style>
a { background-color: #60914F; }
a { background-color: rgb(96,145,79); }
div.DivClassName
{
background-color: #60914F;
}
.BgClassName
{
background-color: #60914F;
}
</style>
border-color css
<style>
span { border-color: #60914F; }
span { border-color: rgb(96,145,79); }
td.TdClassName
{
border-color: #60914F;
}
.TagClassName
{
border-color: #60914F;
}
</style>