Shades of Fern #60B376
Tints of Fern #60B376
RGB
CMYK
RGB Variations
Color information
#60B376 (or 0x60B376) is known color: Fern. HEX triplet: 60, B3 and 76. RGB value is (96,179,118). Sum of RGB (Red+Green+Blue) = 96+179+118=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #60B376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B376 is #9F4C89. Grayscale: #939393. Windows color (decimal): -10439818 or 7779168. OLE color: 7779168.
HSL color Cylindrical-coordinate representation of color #60B376: hue angle of 135.9º 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 #60B376 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 118 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.30 |
| HSL | 135.9º | 0.35% | 0.54% | - |
| HSV(B) | 135.9º | 0.46% | 0.7% | - |
| XYZ | 24.21 | 36.04 | 22.82 | - |
| YUV | 147.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 118 | 0.46 | 0 | 0.34 | 0.30 | 135.9 | 0.35 | 0.54 |
| Hex | 60 | B3 | 76 | 2E | 0 | 22 | 1E | 88 | 23 | 36 |
| Octal | 140 | 263 | 166 | 56 | 0 | 42 | 36 | 210 | 43 | 66 |
| Binary | 1100000 | 10110011 | 1110110 | 101110 | 0 | 100010 | 11110 | 10001000 | 100011 | 110110 |
Color Harmonies of #60B376
Complementary color
Monochromatic Colors of #60B376
Black with #60B376
Text Example
Text Example
White with #60B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B376; }
p { color: rgb(96,179,118); }
H1.HeaderClassName
{
color: #60B376;
}
.AnyTagClassName
{
color: #60B376;
}
</style>
background-color css
<style>
a { background-color: #60B376; }
a { background-color: rgb(96,179,118); }
div.DivClassName
{
background-color: #60B376;
}
.BgClassName
{
background-color: #60B376;
}
</style>
border-color css
<style>
span { border-color: #60B376; }
span { border-color: rgb(96,179,118); }
td.TdClassName
{
border-color: #60B376;
}
.TagClassName
{
border-color: #60B376;
}
</style>