Shades of Fern #60B370
Tints of Fern #60B370
RGB
CMYK
RGB Variations
Color information
#60B370 (or 0x60B370) is known color: Fern. HEX triplet: 60, B3 and 70. RGB value is (96,179,112). Sum of RGB (Red+Green+Blue) = 96+179+112=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #60B370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B370 is #9F4C8F. Grayscale: #929292. Windows color (decimal): -10439824 or 7385952. OLE color: 7385952.
HSL color Cylindrical-coordinate representation of color #60B370: hue angle of 131.57º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B370 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 112 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.30 |
| HSL | 131.57º | 0.35% | 0.54% | - |
| HSV(B) | 131.57º | 0.46% | 0.7% | - |
| XYZ | 23.87 | 35.9 | 21 | - |
| YUV | 146.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 112 | 0.46 | 0 | 0.37 | 0.30 | 131.57 | 0.35 | 0.54 |
| Hex | 60 | B3 | 70 | 2E | 0 | 25 | 1E | 84 | 23 | 36 |
| Octal | 140 | 263 | 160 | 56 | 0 | 45 | 36 | 204 | 43 | 66 |
| Binary | 1100000 | 10110011 | 1110000 | 101110 | 0 | 100101 | 11110 | 10000100 | 100011 | 110110 |
Color Harmonies of #60B370
Complementary color
Monochromatic Colors of #60B370
Black with #60B370
Text Example
Text Example
White with #60B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B370; }
p { color: rgb(96,179,112); }
H1.HeaderClassName
{
color: #60B370;
}
.AnyTagClassName
{
color: #60B370;
}
</style>
background-color css
<style>
a { background-color: #60B370; }
a { background-color: rgb(96,179,112); }
div.DivClassName
{
background-color: #60B370;
}
.BgClassName
{
background-color: #60B370;
}
</style>
border-color css
<style>
span { border-color: #60B370; }
span { border-color: rgb(96,179,112); }
td.TdClassName
{
border-color: #60B370;
}
.TagClassName
{
border-color: #60B370;
}
</style>