Shades of Fern #60AD63
Tints of Fern #60AD63
RGB
CMYK
RGB Variations
Color information
#60AD63 (or 0x60AD63) is known color: Fern. HEX triplet: 60, AD and 63. RGB value is (96,173,99). Sum of RGB (Red+Green+Blue) = 96+173+99=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD63 is #9F529C. Grayscale: #8D8D8D. Windows color (decimal): -10441373 or 6532448. OLE color: 6532448.
HSL color Cylindrical-coordinate representation of color #60AD63: hue angle of 122.34º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AD63 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 99 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.32 |
| HSL | 122.34º | 0.32% | 0.53% | - |
| HSV(B) | 122.34º | 0.45% | 0.68% | - |
| XYZ | 22.02 | 33.27 | 17.07 | - |
| YUV | 141.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 99 | 0.45 | 0 | 0.43 | 0.32 | 122.34 | 0.32 | 0.53 |
| Hex | 60 | AD | 63 | 2D | 0 | 2B | 20 | 7A | 20 | 35 |
| Octal | 140 | 255 | 143 | 55 | 0 | 53 | 40 | 172 | 40 | 65 |
| Binary | 1100000 | 10101101 | 1100011 | 101101 | 0 | 101011 | 100000 | 1111010 | 100000 | 110101 |
Color Harmonies of #60AD63
Complementary color
Monochromatic Colors of #60AD63
Black with #60AD63
Text Example
Text Example
White with #60AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD63; }
p { color: rgb(96,173,99); }
H1.HeaderClassName
{
color: #60AD63;
}
.AnyTagClassName
{
color: #60AD63;
}
</style>
background-color css
<style>
a { background-color: #60AD63; }
a { background-color: rgb(96,173,99); }
div.DivClassName
{
background-color: #60AD63;
}
.BgClassName
{
background-color: #60AD63;
}
</style>
border-color css
<style>
span { border-color: #60AD63; }
span { border-color: rgb(96,173,99); }
td.TdClassName
{
border-color: #60AD63;
}
.TagClassName
{
border-color: #60AD63;
}
</style>