Shades of Fern #60B578
Tints of Fern #60B578
RGB
CMYK
RGB Variations
Color information
#60B578 (or 0x60B578) is known color: Fern. HEX triplet: 60, B5 and 78. RGB value is (96,181,120). Sum of RGB (Red+Green+Blue) = 96+181+120=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #60B578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B578 is #9F4A87. Grayscale: #949494. Windows color (decimal): -10439304 or 7910752. OLE color: 7910752.
HSL color Cylindrical-coordinate representation of color #60B578: hue angle of 136.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B578 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 120 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.29 |
| HSL | 136.94º | 0.36% | 0.54% | - |
| HSV(B) | 136.94º | 0.47% | 0.71% | - |
| XYZ | 24.74 | 36.89 | 23.59 | - |
| YUV | 148.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 120 | 0.47 | 0 | 0.34 | 0.29 | 136.94 | 0.36 | 0.54 |
| Hex | 60 | B5 | 78 | 2F | 0 | 22 | 1D | 89 | 24 | 36 |
| Octal | 140 | 265 | 170 | 57 | 0 | 42 | 35 | 211 | 44 | 66 |
| Binary | 1100000 | 10110101 | 1111000 | 101111 | 0 | 100010 | 11101 | 10001001 | 100100 | 110110 |
Color Harmonies of #60B578
Complementary color
Monochromatic Colors of #60B578
Black with #60B578
Text Example
Text Example
White with #60B578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B578; }
p { color: rgb(96,181,120); }
H1.HeaderClassName
{
color: #60B578;
}
.AnyTagClassName
{
color: #60B578;
}
</style>
background-color css
<style>
a { background-color: #60B578; }
a { background-color: rgb(96,181,120); }
div.DivClassName
{
background-color: #60B578;
}
.BgClassName
{
background-color: #60B578;
}
</style>
border-color css
<style>
span { border-color: #60B578; }
span { border-color: rgb(96,181,120); }
td.TdClassName
{
border-color: #60B578;
}
.TagClassName
{
border-color: #60B578;
}
</style>