Shades of Fern #60B37B
Tints of Fern #60B37B
RGB
CMYK
RGB Variations
Color information
#60B37B (or 0x60B37B) is known color: Fern. HEX triplet: 60, B3 and 7B. RGB value is (96,179,123). Sum of RGB (Red+Green+Blue) = 96+179+123=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #60B37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B37B is #9F4C84. Grayscale: #939393. Windows color (decimal): -10439813 or 8106848. OLE color: 8106848.
HSL color Cylindrical-coordinate representation of color #60B37B: hue angle of 139.52º 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 #60B37B is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 123 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.30 |
| HSL | 139.52º | 0.35% | 0.54% | - |
| HSV(B) | 139.52º | 0.46% | 0.7% | - |
| XYZ | 24.52 | 36.16 | 24.43 | - |
| YUV | 147.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 123 | 0.46 | 0 | 0.31 | 0.30 | 139.52 | 0.35 | 0.54 |
| Hex | 60 | B3 | 7B | 2E | 0 | 1F | 1E | 8C | 23 | 36 |
| Octal | 140 | 263 | 173 | 56 | 0 | 37 | 36 | 214 | 43 | 66 |
| Binary | 1100000 | 10110011 | 1111011 | 101110 | 0 | 11111 | 11110 | 10001100 | 100011 | 110110 |
Color Harmonies of #60B37B
Complementary color
Monochromatic Colors of #60B37B
Black with #60B37B
Text Example
Text Example
White with #60B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B37B; }
p { color: rgb(96,179,123); }
H1.HeaderClassName
{
color: #60B37B;
}
.AnyTagClassName
{
color: #60B37B;
}
</style>
background-color css
<style>
a { background-color: #60B37B; }
a { background-color: rgb(96,179,123); }
div.DivClassName
{
background-color: #60B37B;
}
.BgClassName
{
background-color: #60B37B;
}
</style>
border-color css
<style>
span { border-color: #60B37B; }
span { border-color: rgb(96,179,123); }
td.TdClassName
{
border-color: #60B37B;
}
.TagClassName
{
border-color: #60B37B;
}
</style>