Shades of Fern #60B661
Tints of Fern #60B661
RGB
CMYK
RGB Variations
Color information
#60B661 (or 0x60B661) is known color: Fern. HEX triplet: 60, B6 and 61. RGB value is (96,182,97). Sum of RGB (Red+Green+Blue) = 96+182+97=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #60B661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B661 is #9F499E. Grayscale: #929292. Windows color (decimal): -10439071 or 6403680. OLE color: 6403680.
HSL color Cylindrical-coordinate representation of color #60B661: hue angle of 120.7º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B661 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 182 | 97 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.29 |
| HSL | 120.7º | 0.37% | 0.55% | - |
| HSV(B) | 120.7º | 0.47% | 0.71% | - |
| XYZ | 23.71 | 36.81 | 17.16 | - |
| YUV | 146.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 182 | 97 | 0.47 | 0 | 0.47 | 0.29 | 120.7 | 0.37 | 0.55 |
| Hex | 60 | B6 | 61 | 2F | 0 | 2F | 1D | 79 | 25 | 37 |
| Octal | 140 | 266 | 141 | 57 | 0 | 57 | 35 | 171 | 45 | 67 |
| Binary | 1100000 | 10110110 | 1100001 | 101111 | 0 | 101111 | 11101 | 1111001 | 100101 | 110111 |
Color Harmonies of #60B661
Complementary color
Monochromatic Colors of #60B661
Black with #60B661
Text Example
Text Example
White with #60B661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B661; }
p { color: rgb(96,182,97); }
H1.HeaderClassName
{
color: #60B661;
}
.AnyTagClassName
{
color: #60B661;
}
</style>
background-color css
<style>
a { background-color: #60B661; }
a { background-color: rgb(96,182,97); }
div.DivClassName
{
background-color: #60B661;
}
.BgClassName
{
background-color: #60B661;
}
</style>
border-color css
<style>
span { border-color: #60B661; }
span { border-color: rgb(96,182,97); }
td.TdClassName
{
border-color: #60B661;
}
.TagClassName
{
border-color: #60B661;
}
</style>