Shades of Fern #60B379
Tints of Fern #60B379
RGB
CMYK
RGB Variations
Color information
#60B379 (or 0x60B379) is known color: Fern. HEX triplet: 60, B3 and 79. RGB value is (96,179,121). Sum of RGB (Red+Green+Blue) = 96+179+121=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #60B379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B379 is #9F4C86. Grayscale: #939393. Windows color (decimal): -10439815 or 7975776. OLE color: 7975776.
HSL color Cylindrical-coordinate representation of color #60B379: hue angle of 138.07º 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 #60B379 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 121 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.30 |
| HSL | 138.07º | 0.35% | 0.54% | - |
| HSV(B) | 138.07º | 0.46% | 0.7% | - |
| XYZ | 24.4 | 36.11 | 23.77 | - |
| YUV | 147.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 121 | 0.46 | 0 | 0.32 | 0.30 | 138.07 | 0.35 | 0.54 |
| Hex | 60 | B3 | 79 | 2E | 0 | 20 | 1E | 8A | 23 | 36 |
| Octal | 140 | 263 | 171 | 56 | 0 | 40 | 36 | 212 | 43 | 66 |
| Binary | 1100000 | 10110011 | 1111001 | 101110 | 0 | 100000 | 11110 | 10001010 | 100011 | 110110 |
Color Harmonies of #60B379
Complementary color
Monochromatic Colors of #60B379
Black with #60B379
Text Example
Text Example
White with #60B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B379; }
p { color: rgb(96,179,121); }
H1.HeaderClassName
{
color: #60B379;
}
.AnyTagClassName
{
color: #60B379;
}
</style>
background-color css
<style>
a { background-color: #60B379; }
a { background-color: rgb(96,179,121); }
div.DivClassName
{
background-color: #60B379;
}
.BgClassName
{
background-color: #60B379;
}
</style>
border-color css
<style>
span { border-color: #60B379; }
span { border-color: rgb(96,179,121); }
td.TdClassName
{
border-color: #60B379;
}
.TagClassName
{
border-color: #60B379;
}
</style>