Shades of Fern #60B970
Tints of Fern #60B970
RGB
CMYK
RGB Variations
Color information
#60B970 (or 0x60B970) is known color: Fern. HEX triplet: 60, B9 and 70. RGB value is (96,185,112). Sum of RGB (Red+Green+Blue) = 96+185+112=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #60B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B970 is #9F468F. Grayscale: #969696. Windows color (decimal): -10438288 or 7387488. OLE color: 7387488.
HSL color Cylindrical-coordinate representation of color #60B970: hue angle of 130.79º 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 #60B970 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 112 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.27 |
| HSL | 130.79º | 0.39% | 0.55% | - |
| HSV(B) | 130.79º | 0.48% | 0.73% | - |
| XYZ | 25.1 | 38.35 | 21.41 | - |
| YUV | 150.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 112 | 0.48 | 0 | 0.39 | 0.27 | 130.79 | 0.39 | 0.55 |
| Hex | 60 | B9 | 70 | 30 | 0 | 27 | 1B | 83 | 27 | 37 |
| Octal | 140 | 271 | 160 | 60 | 0 | 47 | 33 | 203 | 47 | 67 |
| Binary | 1100000 | 10111001 | 1110000 | 110000 | 0 | 100111 | 11011 | 10000011 | 100111 | 110111 |
Color Harmonies of #60B970
Complementary color
Monochromatic Colors of #60B970
Black with #60B970
Text Example
Text Example
White with #60B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B970; }
p { color: rgb(96,185,112); }
H1.HeaderClassName
{
color: #60B970;
}
.AnyTagClassName
{
color: #60B970;
}
</style>
background-color css
<style>
a { background-color: #60B970; }
a { background-color: rgb(96,185,112); }
div.DivClassName
{
background-color: #60B970;
}
.BgClassName
{
background-color: #60B970;
}
</style>
border-color css
<style>
span { border-color: #60B970; }
span { border-color: rgb(96,185,112); }
td.TdClassName
{
border-color: #60B970;
}
.TagClassName
{
border-color: #60B970;
}
</style>