Shades of Fern #60B977
Tints of Fern #60B977
RGB
CMYK
RGB Variations
Color information
#60B977 (or 0x60B977) is known color: Fern. HEX triplet: 60, B9 and 77. RGB value is (96,185,119). Sum of RGB (Red+Green+Blue) = 96+185+119=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #60B977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B977 is #9F4688. Grayscale: #979797. Windows color (decimal): -10438281 or 7846240. OLE color: 7846240.
HSL color Cylindrical-coordinate representation of color #60B977: hue angle of 135.51º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B977 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 119 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.27 |
| HSL | 135.51º | 0.39% | 0.55% | - |
| HSV(B) | 135.51º | 0.48% | 0.73% | - |
| XYZ | 25.5 | 38.52 | 23.54 | - |
| YUV | 150.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 119 | 0.48 | 0 | 0.36 | 0.27 | 135.51 | 0.39 | 0.55 |
| Hex | 60 | B9 | 77 | 30 | 0 | 24 | 1B | 88 | 27 | 37 |
| Octal | 140 | 271 | 167 | 60 | 0 | 44 | 33 | 210 | 47 | 67 |
| Binary | 1100000 | 10111001 | 1110111 | 110000 | 0 | 100100 | 11011 | 10001000 | 100111 | 110111 |
Color Harmonies of #60B977
Complementary color
Monochromatic Colors of #60B977
Black with #60B977
Text Example
Text Example
White with #60B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B977; }
p { color: rgb(96,185,119); }
H1.HeaderClassName
{
color: #60B977;
}
.AnyTagClassName
{
color: #60B977;
}
</style>
background-color css
<style>
a { background-color: #60B977; }
a { background-color: rgb(96,185,119); }
div.DivClassName
{
background-color: #60B977;
}
.BgClassName
{
background-color: #60B977;
}
</style>
border-color css
<style>
span { border-color: #60B977; }
span { border-color: rgb(96,185,119); }
td.TdClassName
{
border-color: #60B977;
}
.TagClassName
{
border-color: #60B977;
}
</style>