Shades of Glade Green #60914D
Tints of Glade Green #60914D
RGB
CMYK
RGB Variations
Color information
#60914D (or 0x60914D) is known color: Glade Green. HEX triplet: 60, 91 and 4D. RGB value is (96,145,77). Sum of RGB (Red+Green+Blue) = 96+145+77=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #60914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60914D is #9F6EB2. Grayscale: #7A7A7A. Windows color (decimal): -10448563 or 5083488. OLE color: 5083488.
HSL color Cylindrical-coordinate representation of color #60914D: hue angle of 103.24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60914D is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 77 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.43 |
| HSL | 103.24º | 0.31% | 0.44% | - |
| HSV(B) | 103.24º | 0.47% | 0.57% | - |
| XYZ | 16.29 | 23.27 | 10.65 | - |
| YUV | 122.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 77 | 0.34 | 0 | 0.47 | 0.43 | 103.24 | 0.31 | 0.44 |
| Hex | 60 | 91 | 4D | 22 | 0 | 2F | 2B | 67 | 1F | 2C |
| Octal | 140 | 221 | 115 | 42 | 0 | 57 | 53 | 147 | 37 | 54 |
| Binary | 1100000 | 10010001 | 1001101 | 100010 | 0 | 101111 | 101011 | 1100111 | 11111 | 101100 |
Color Harmonies of #60914D
Complementary color
Monochromatic Colors of #60914D
Black with #60914D
Text Example
Text Example
White with #60914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60914D; }
p { color: rgb(96,145,77); }
H1.HeaderClassName
{
color: #60914D;
}
.AnyTagClassName
{
color: #60914D;
}
</style>
background-color css
<style>
a { background-color: #60914D; }
a { background-color: rgb(96,145,77); }
div.DivClassName
{
background-color: #60914D;
}
.BgClassName
{
background-color: #60914D;
}
</style>
border-color css
<style>
span { border-color: #60914D; }
span { border-color: rgb(96,145,77); }
td.TdClassName
{
border-color: #60914D;
}
.TagClassName
{
border-color: #60914D;
}
</style>