Shades of Fern #60B565
Tints of Fern #60B565
RGB
CMYK
RGB Variations
Color information
#60B565 (or 0x60B565) is known color: Fern. HEX triplet: 60, B5 and 65. RGB value is (96,181,101). Sum of RGB (Red+Green+Blue) = 96+181+101=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #60B565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B565 is #9F4A9A. Grayscale: #929292. Windows color (decimal): -10439323 or 6665568. OLE color: 6665568.
HSL color Cylindrical-coordinate representation of color #60B565: hue angle of 123.53º 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 #60B565 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 101 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.29 |
| HSL | 123.53º | 0.36% | 0.54% | - |
| HSV(B) | 123.53º | 0.47% | 0.71% | - |
| XYZ | 23.7 | 36.47 | 18.1 | - |
| YUV | 146.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 101 | 0.47 | 0 | 0.44 | 0.29 | 123.53 | 0.36 | 0.54 |
| Hex | 60 | B5 | 65 | 2F | 0 | 2C | 1D | 7C | 24 | 36 |
| Octal | 140 | 265 | 145 | 57 | 0 | 54 | 35 | 174 | 44 | 66 |
| Binary | 1100000 | 10110101 | 1100101 | 101111 | 0 | 101100 | 11101 | 1111100 | 100100 | 110110 |
Color Harmonies of #60B565
Complementary color
Monochromatic Colors of #60B565
Black with #60B565
Text Example
Text Example
White with #60B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B565; }
p { color: rgb(96,181,101); }
H1.HeaderClassName
{
color: #60B565;
}
.AnyTagClassName
{
color: #60B565;
}
</style>
background-color css
<style>
a { background-color: #60B565; }
a { background-color: rgb(96,181,101); }
div.DivClassName
{
background-color: #60B565;
}
.BgClassName
{
background-color: #60B565;
}
</style>
border-color css
<style>
span { border-color: #60B565; }
span { border-color: rgb(96,181,101); }
td.TdClassName
{
border-color: #60B565;
}
.TagClassName
{
border-color: #60B565;
}
</style>