Shades of Fern #60B878
Tints of Fern #60B878
RGB
CMYK
RGB Variations
Color information
#60B878 (or 0x60B878) is known color: Fern. HEX triplet: 60, B8 and 78. RGB value is (96,184,120). Sum of RGB (Red+Green+Blue) = 96+184+120=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #60B878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B878 is #9F4787. Grayscale: #969696. Windows color (decimal): -10438536 or 7911520. OLE color: 7911520.
HSL color Cylindrical-coordinate representation of color #60B878: hue angle of 136.36º 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 #60B878 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 120 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.28 |
| HSL | 136.36º | 0.38% | 0.55% | - |
| HSV(B) | 136.36º | 0.48% | 0.72% | - |
| XYZ | 25.35 | 38.12 | 23.79 | - |
| YUV | 150.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 120 | 0.48 | 0 | 0.35 | 0.28 | 136.36 | 0.38 | 0.55 |
| Hex | 60 | B8 | 78 | 30 | 0 | 23 | 1C | 88 | 26 | 37 |
| Octal | 140 | 270 | 170 | 60 | 0 | 43 | 34 | 210 | 46 | 67 |
| Binary | 1100000 | 10111000 | 1111000 | 110000 | 0 | 100011 | 11100 | 10001000 | 100110 | 110111 |
Color Harmonies of #60B878
Complementary color
Monochromatic Colors of #60B878
Black with #60B878
Text Example
Text Example
White with #60B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B878; }
p { color: rgb(96,184,120); }
H1.HeaderClassName
{
color: #60B878;
}
.AnyTagClassName
{
color: #60B878;
}
</style>
background-color css
<style>
a { background-color: #60B878; }
a { background-color: rgb(96,184,120); }
div.DivClassName
{
background-color: #60B878;
}
.BgClassName
{
background-color: #60B878;
}
</style>
border-color css
<style>
span { border-color: #60B878; }
span { border-color: rgb(96,184,120); }
td.TdClassName
{
border-color: #60B878;
}
.TagClassName
{
border-color: #60B878;
}
</style>