Shades of Fern #60B777
Tints of Fern #60B777
RGB
CMYK
RGB Variations
Color information
#60B777 (or 0x60B777) is known color: Fern. HEX triplet: 60, B7 and 77. RGB value is (96,183,119). Sum of RGB (Red+Green+Blue) = 96+183+119=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #60B777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B777 is #9F4888. Grayscale: #959595. Windows color (decimal): -10438793 or 7845728. OLE color: 7845728.
HSL color Cylindrical-coordinate representation of color #60B777: hue angle of 135.86º 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 #60B777 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 119 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.28 |
| HSL | 135.86º | 0.38% | 0.55% | - |
| HSV(B) | 135.86º | 0.48% | 0.72% | - |
| XYZ | 25.09 | 37.69 | 23.4 | - |
| YUV | 149.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 119 | 0.48 | 0 | 0.35 | 0.28 | 135.86 | 0.38 | 0.55 |
| Hex | 60 | B7 | 77 | 30 | 0 | 23 | 1C | 88 | 26 | 37 |
| Octal | 140 | 267 | 167 | 60 | 0 | 43 | 34 | 210 | 46 | 67 |
| Binary | 1100000 | 10110111 | 1110111 | 110000 | 0 | 100011 | 11100 | 10001000 | 100110 | 110111 |
Color Harmonies of #60B777
Complementary color
Monochromatic Colors of #60B777
Black with #60B777
Text Example
Text Example
White with #60B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B777; }
p { color: rgb(96,183,119); }
H1.HeaderClassName
{
color: #60B777;
}
.AnyTagClassName
{
color: #60B777;
}
</style>
background-color css
<style>
a { background-color: #60B777; }
a { background-color: rgb(96,183,119); }
div.DivClassName
{
background-color: #60B777;
}
.BgClassName
{
background-color: #60B777;
}
</style>
border-color css
<style>
span { border-color: #60B777; }
span { border-color: rgb(96,183,119); }
td.TdClassName
{
border-color: #60B777;
}
.TagClassName
{
border-color: #60B777;
}
</style>