Shades of Fern #60B764
Tints of Fern #60B764
RGB
CMYK
RGB Variations
Color information
#60B764 (or 0x60B764) is known color: Fern. HEX triplet: 60, B7 and 64. RGB value is (96,183,100). Sum of RGB (Red+Green+Blue) = 96+183+100=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #60B764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B764 is #9F489B. Grayscale: #939393. Windows color (decimal): -10438812 or 6600544. OLE color: 6600544.
HSL color Cylindrical-coordinate representation of color #60B764: hue angle of 122.76º 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 #60B764 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 100 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.28 |
| HSL | 122.76º | 0.38% | 0.55% | - |
| HSV(B) | 122.76º | 0.48% | 0.72% | - |
| XYZ | 24.06 | 37.27 | 17.98 | - |
| YUV | 147.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 100 | 0.48 | 0 | 0.45 | 0.28 | 122.76 | 0.38 | 0.55 |
| Hex | 60 | B7 | 64 | 30 | 0 | 2D | 1C | 7B | 26 | 37 |
| Octal | 140 | 267 | 144 | 60 | 0 | 55 | 34 | 173 | 46 | 67 |
| Binary | 1100000 | 10110111 | 1100100 | 110000 | 0 | 101101 | 11100 | 1111011 | 100110 | 110111 |
Color Harmonies of #60B764
Complementary color
Monochromatic Colors of #60B764
Black with #60B764
Text Example
Text Example
White with #60B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B764; }
p { color: rgb(96,183,100); }
H1.HeaderClassName
{
color: #60B764;
}
.AnyTagClassName
{
color: #60B764;
}
</style>
background-color css
<style>
a { background-color: #60B764; }
a { background-color: rgb(96,183,100); }
div.DivClassName
{
background-color: #60B764;
}
.BgClassName
{
background-color: #60B764;
}
</style>
border-color css
<style>
span { border-color: #60B764; }
span { border-color: rgb(96,183,100); }
td.TdClassName
{
border-color: #60B764;
}
.TagClassName
{
border-color: #60B764;
}
</style>