Shades of Fern #60B366
Tints of Fern #60B366
RGB
CMYK
RGB Variations
Color information
#60B366 (or 0x60B366) is known color: Fern. HEX triplet: 60, B3 and 66. RGB value is (96,179,102). Sum of RGB (Red+Green+Blue) = 96+179+102=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #60B366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B366 is #9F4C99. Grayscale: #919191. Windows color (decimal): -10439834 or 6730592. OLE color: 6730592.
HSL color Cylindrical-coordinate representation of color #60B366: hue angle of 124.34º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B366 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 102 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.30 |
| HSL | 124.34º | 0.35% | 0.54% | - |
| HSV(B) | 124.34º | 0.46% | 0.7% | - |
| XYZ | 23.34 | 35.69 | 18.23 | - |
| YUV | 145.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 102 | 0.46 | 0 | 0.43 | 0.30 | 124.34 | 0.35 | 0.54 |
| Hex | 60 | B3 | 66 | 2E | 0 | 2B | 1E | 7C | 23 | 36 |
| Octal | 140 | 263 | 146 | 56 | 0 | 53 | 36 | 174 | 43 | 66 |
| Binary | 1100000 | 10110011 | 1100110 | 101110 | 0 | 101011 | 11110 | 1111100 | 100011 | 110110 |
Color Harmonies of #60B366
Complementary color
Monochromatic Colors of #60B366
Black with #60B366
Text Example
Text Example
White with #60B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B366; }
p { color: rgb(96,179,102); }
H1.HeaderClassName
{
color: #60B366;
}
.AnyTagClassName
{
color: #60B366;
}
</style>
background-color css
<style>
a { background-color: #60B366; }
a { background-color: rgb(96,179,102); }
div.DivClassName
{
background-color: #60B366;
}
.BgClassName
{
background-color: #60B366;
}
</style>
border-color css
<style>
span { border-color: #60B366; }
span { border-color: rgb(96,179,102); }
td.TdClassName
{
border-color: #60B366;
}
.TagClassName
{
border-color: #60B366;
}
</style>