Shades of Fern #60B566
Tints of Fern #60B566
RGB
CMYK
RGB Variations
Color information
#60B566 (or 0x60B566) is known color: Fern. HEX triplet: 60, B5 and 66. RGB value is (96,181,102). Sum of RGB (Red+Green+Blue) = 96+181+102=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #60B566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B566 is #9F4A99. Grayscale: #929292. Windows color (decimal): -10439322 or 6731104. OLE color: 6731104.
HSL color Cylindrical-coordinate representation of color #60B566: hue angle of 124.24º 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 #60B566 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 102 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.29 |
| HSL | 124.24º | 0.36% | 0.54% | - |
| HSV(B) | 124.24º | 0.47% | 0.71% | - |
| XYZ | 23.75 | 36.49 | 18.36 | - |
| YUV | 146.58 | 102.84 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 102 | 0.47 | 0 | 0.44 | 0.29 | 124.24 | 0.36 | 0.54 |
| Hex | 60 | B5 | 66 | 2F | 0 | 2C | 1D | 7C | 24 | 36 |
| Octal | 140 | 265 | 146 | 57 | 0 | 54 | 35 | 174 | 44 | 66 |
| Binary | 1100000 | 10110101 | 1100110 | 101111 | 0 | 101100 | 11101 | 1111100 | 100100 | 110110 |
Color Harmonies of #60B566
Complementary color
Monochromatic Colors of #60B566
Black with #60B566
Text Example
Text Example
White with #60B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B566; }
p { color: rgb(96,181,102); }
H1.HeaderClassName
{
color: #60B566;
}
.AnyTagClassName
{
color: #60B566;
}
</style>
background-color css
<style>
a { background-color: #60B566; }
a { background-color: rgb(96,181,102); }
div.DivClassName
{
background-color: #60B566;
}
.BgClassName
{
background-color: #60B566;
}
</style>
border-color css
<style>
span { border-color: #60B566; }
span { border-color: rgb(96,181,102); }
td.TdClassName
{
border-color: #60B566;
}
.TagClassName
{
border-color: #60B566;
}
</style>