Shades of Fern #60B972
Tints of Fern #60B972
RGB
CMYK
RGB Variations
Color information
#60B972 (or 0x60B972) is known color: Fern. HEX triplet: 60, B9 and 72. RGB value is (96,185,114). Sum of RGB (Red+Green+Blue) = 96+185+114=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #60B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B972 is #9F468D. Grayscale: #969696. Windows color (decimal): -10438286 or 7518560. OLE color: 7518560.
HSL color Cylindrical-coordinate representation of color #60B972: hue angle of 132.13º 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 #60B972 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 114 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.27 |
| HSL | 132.13º | 0.39% | 0.55% | - |
| HSV(B) | 132.13º | 0.48% | 0.73% | - |
| XYZ | 25.21 | 38.4 | 22 | - |
| YUV | 150.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 114 | 0.48 | 0 | 0.38 | 0.27 | 132.13 | 0.39 | 0.55 |
| Hex | 60 | B9 | 72 | 30 | 0 | 26 | 1B | 84 | 27 | 37 |
| Octal | 140 | 271 | 162 | 60 | 0 | 46 | 33 | 204 | 47 | 67 |
| Binary | 1100000 | 10111001 | 1110010 | 110000 | 0 | 100110 | 11011 | 10000100 | 100111 | 110111 |
Color Harmonies of #60B972
Complementary color
Monochromatic Colors of #60B972
Black with #60B972
Text Example
Text Example
White with #60B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B972; }
p { color: rgb(96,185,114); }
H1.HeaderClassName
{
color: #60B972;
}
.AnyTagClassName
{
color: #60B972;
}
</style>
background-color css
<style>
a { background-color: #60B972; }
a { background-color: rgb(96,185,114); }
div.DivClassName
{
background-color: #60B972;
}
.BgClassName
{
background-color: #60B972;
}
</style>
border-color css
<style>
span { border-color: #60B972; }
span { border-color: rgb(96,185,114); }
td.TdClassName
{
border-color: #60B972;
}
.TagClassName
{
border-color: #60B972;
}
</style>