Shades of Fern #60BA72
Tints of Fern #60BA72
RGB
CMYK
RGB Variations
Color information
#60BA72 (or 0x60BA72) is known color: Fern. HEX triplet: 60, BA and 72. RGB value is (96,186,114). Sum of RGB (Red+Green+Blue) = 96+186+114=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA72 is #9F458D. Grayscale: #979797. Windows color (decimal): -10438030 or 7518816. OLE color: 7518816.
HSL color Cylindrical-coordinate representation of color #60BA72: hue angle of 132º 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 #60BA72 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 114 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.27 |
| HSL | 132º | 0.39% | 0.55% | - |
| HSV(B) | 132º | 0.48% | 0.73% | - |
| XYZ | 25.42 | 38.82 | 22.07 | - |
| YUV | 150.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 114 | 0.48 | 0 | 0.39 | 0.27 | 132 | 0.39 | 0.55 |
| Hex | 60 | BA | 72 | 30 | 0 | 27 | 1B | 84 | 27 | 37 |
| Octal | 140 | 272 | 162 | 60 | 0 | 47 | 33 | 204 | 47 | 67 |
| Binary | 1100000 | 10111010 | 1110010 | 110000 | 0 | 100111 | 11011 | 10000100 | 100111 | 110111 |
Color Harmonies of #60BA72
Complementary color
Monochromatic Colors of #60BA72
Black with #60BA72
Text Example
Text Example
White with #60BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA72; }
p { color: rgb(96,186,114); }
H1.HeaderClassName
{
color: #60BA72;
}
.AnyTagClassName
{
color: #60BA72;
}
</style>
background-color css
<style>
a { background-color: #60BA72; }
a { background-color: rgb(96,186,114); }
div.DivClassName
{
background-color: #60BA72;
}
.BgClassName
{
background-color: #60BA72;
}
</style>
border-color css
<style>
span { border-color: #60BA72; }
span { border-color: rgb(96,186,114); }
td.TdClassName
{
border-color: #60BA72;
}
.TagClassName
{
border-color: #60BA72;
}
</style>