Shades of Fern #60B976
Tints of Fern #60B976
RGB
CMYK
RGB Variations
Color information
#60B976 (or 0x60B976) is known color: Fern. HEX triplet: 60, B9 and 76. RGB value is (96,185,118). Sum of RGB (Red+Green+Blue) = 96+185+118=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #60B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B976 is #9F4689. Grayscale: #969696. Windows color (decimal): -10438282 or 7780704. OLE color: 7780704.
HSL color Cylindrical-coordinate representation of color #60B976: hue angle of 134.83º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B976 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 118 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.27 |
| HSL | 134.83º | 0.39% | 0.55% | - |
| HSV(B) | 134.83º | 0.48% | 0.73% | - |
| XYZ | 25.44 | 38.49 | 23.23 | - |
| YUV | 150.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 118 | 0.48 | 0 | 0.36 | 0.27 | 134.83 | 0.39 | 0.55 |
| Hex | 60 | B9 | 76 | 30 | 0 | 24 | 1B | 87 | 27 | 37 |
| Octal | 140 | 271 | 166 | 60 | 0 | 44 | 33 | 207 | 47 | 67 |
| Binary | 1100000 | 10111001 | 1110110 | 110000 | 0 | 100100 | 11011 | 10000111 | 100111 | 110111 |
Color Harmonies of #60B976
Complementary color
Monochromatic Colors of #60B976
Black with #60B976
Text Example
Text Example
White with #60B976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B976; }
p { color: rgb(96,185,118); }
H1.HeaderClassName
{
color: #60B976;
}
.AnyTagClassName
{
color: #60B976;
}
</style>
background-color css
<style>
a { background-color: #60B976; }
a { background-color: rgb(96,185,118); }
div.DivClassName
{
background-color: #60B976;
}
.BgClassName
{
background-color: #60B976;
}
</style>
border-color css
<style>
span { border-color: #60B976; }
span { border-color: rgb(96,185,118); }
td.TdClassName
{
border-color: #60B976;
}
.TagClassName
{
border-color: #60B976;
}
</style>