Shades of Fern #60B870
Tints of Fern #60B870
RGB
CMYK
RGB Variations
Color information
#60B870 (or 0x60B870) is known color: Fern. HEX triplet: 60, B8 and 70. RGB value is (96,184,112). Sum of RGB (Red+Green+Blue) = 96+184+112=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #60B870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B870 is #9F478F. Grayscale: #959595. Windows color (decimal): -10438544 or 7387232. OLE color: 7387232.
HSL color Cylindrical-coordinate representation of color #60B870: hue angle of 130.91º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B870 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 112 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.28 |
| HSL | 130.91º | 0.38% | 0.55% | - |
| HSV(B) | 130.91º | 0.48% | 0.72% | - |
| XYZ | 24.89 | 37.94 | 21.34 | - |
| YUV | 149.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 112 | 0.48 | 0 | 0.39 | 0.28 | 130.91 | 0.38 | 0.55 |
| Hex | 60 | B8 | 70 | 30 | 0 | 27 | 1C | 83 | 26 | 37 |
| Octal | 140 | 270 | 160 | 60 | 0 | 47 | 34 | 203 | 46 | 67 |
| Binary | 1100000 | 10111000 | 1110000 | 110000 | 0 | 100111 | 11100 | 10000011 | 100110 | 110111 |
Color Harmonies of #60B870
Complementary color
Monochromatic Colors of #60B870
Black with #60B870
Text Example
Text Example
White with #60B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B870; }
p { color: rgb(96,184,112); }
H1.HeaderClassName
{
color: #60B870;
}
.AnyTagClassName
{
color: #60B870;
}
</style>
background-color css
<style>
a { background-color: #60B870; }
a { background-color: rgb(96,184,112); }
div.DivClassName
{
background-color: #60B870;
}
.BgClassName
{
background-color: #60B870;
}
</style>
border-color css
<style>
span { border-color: #60B870; }
span { border-color: rgb(96,184,112); }
td.TdClassName
{
border-color: #60B870;
}
.TagClassName
{
border-color: #60B870;
}
</style>