Shades of Fern #60C176
Tints of Fern #60C176
RGB
CMYK
RGB Variations
Color information
#60C176 (or 0x60C176) is known color: Fern. HEX triplet: 60, C1 and 76. RGB value is (96,193,118). Sum of RGB (Red+Green+Blue) = 96+193+118=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #60C176 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C176 is #9F3E89. Grayscale: #9B9B9B. Windows color (decimal): -10436234 or 7782752. OLE color: 7782752.
HSL color Cylindrical-coordinate representation of color #60C176: hue angle of 133.61º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C176 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 118 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.24 |
| HSL | 133.61º | 0.44% | 0.57% | - |
| HSV(B) | 133.61º | 0.5% | 0.76% | - |
| XYZ | 27.16 | 41.93 | 23.8 | - |
| YUV | 155.45 | 106.86 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 118 | 0.50 | 0 | 0.39 | 0.24 | 133.61 | 0.44 | 0.57 |
| Hex | 60 | C1 | 76 | 32 | 0 | 27 | 18 | 86 | 2C | 39 |
| Octal | 140 | 301 | 166 | 62 | 0 | 47 | 30 | 206 | 54 | 71 |
| Binary | 1100000 | 11000001 | 1110110 | 110010 | 0 | 100111 | 11000 | 10000110 | 101100 | 111001 |
Color Harmonies of #60C176
Complementary color
Monochromatic Colors of #60C176
Black with #60C176
Text Example
Text Example
White with #60C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C176; }
p { color: rgb(96,193,118); }
H1.HeaderClassName
{
color: #60C176;
}
.AnyTagClassName
{
color: #60C176;
}
</style>
background-color css
<style>
a { background-color: #60C176; }
a { background-color: rgb(96,193,118); }
div.DivClassName
{
background-color: #60C176;
}
.BgClassName
{
background-color: #60C176;
}
</style>
border-color css
<style>
span { border-color: #60C176; }
span { border-color: rgb(96,193,118); }
td.TdClassName
{
border-color: #60C176;
}
.TagClassName
{
border-color: #60C176;
}
</style>