Shades of Fern #60B47C
Tints of Fern #60B47C
RGB
CMYK
RGB Variations
Color information
#60B47C (or 0x60B47C) is known color: Fern. HEX triplet: 60, B4 and 7C. RGB value is (96,180,124). Sum of RGB (Red+Green+Blue) = 96+180+124=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #60B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B47C is #9F4B83. Grayscale: #949494. Windows color (decimal): -10439556 or 8172640. OLE color: 8172640.
HSL color Cylindrical-coordinate representation of color #60B47C: hue angle of 140º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B47C is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 180 | 124 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.29 |
| HSL | 140º | 0.36% | 0.54% | - |
| HSV(B) | 140º | 0.47% | 0.71% | - |
| XYZ | 24.78 | 36.58 | 24.82 | - |
| YUV | 148.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 124 | 0.47 | 0 | 0.31 | 0.29 | 140 | 0.36 | 0.54 |
| Hex | 60 | B4 | 7C | 2F | 0 | 1F | 1D | 8C | 24 | 36 |
| Octal | 140 | 264 | 174 | 57 | 0 | 37 | 35 | 214 | 44 | 66 |
| Binary | 1100000 | 10110100 | 1111100 | 101111 | 0 | 11111 | 11101 | 10001100 | 100100 | 110110 |
Color Harmonies of #60B47C
Complementary color
Monochromatic Colors of #60B47C
Black with #60B47C
Text Example
Text Example
White with #60B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B47C; }
p { color: rgb(96,180,124); }
H1.HeaderClassName
{
color: #60B47C;
}
.AnyTagClassName
{
color: #60B47C;
}
</style>
background-color css
<style>
a { background-color: #60B47C; }
a { background-color: rgb(96,180,124); }
div.DivClassName
{
background-color: #60B47C;
}
.BgClassName
{
background-color: #60B47C;
}
</style>
border-color css
<style>
span { border-color: #60B47C; }
span { border-color: rgb(96,180,124); }
td.TdClassName
{
border-color: #60B47C;
}
.TagClassName
{
border-color: #60B47C;
}
</style>