Shades of Fern #60B16F
Tints of Fern #60B16F
RGB
CMYK
RGB Variations
Color information
#60B16F (or 0x60B16F) is known color: Fern. HEX triplet: 60, B1 and 6F. RGB value is (96,177,111). Sum of RGB (Red+Green+Blue) = 96+177+111=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #60B16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B16F is #9F4E90. Grayscale: #919191. Windows color (decimal): -10440337 or 7319904. OLE color: 7319904.
HSL color Cylindrical-coordinate representation of color #60B16F: hue angle of 131.11º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B16F is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 111 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.31 |
| HSL | 131.11º | 0.34% | 0.54% | - |
| HSV(B) | 131.11º | 0.46% | 0.69% | - |
| XYZ | 23.42 | 35.08 | 20.58 | - |
| YUV | 145.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 111 | 0.46 | 0 | 0.37 | 0.31 | 131.11 | 0.34 | 0.54 |
| Hex | 60 | B1 | 6F | 2E | 0 | 25 | 1F | 83 | 22 | 36 |
| Octal | 140 | 261 | 157 | 56 | 0 | 45 | 37 | 203 | 42 | 66 |
| Binary | 1100000 | 10110001 | 1101111 | 101110 | 0 | 100101 | 11111 | 10000011 | 100010 | 110110 |
Color Harmonies of #60B16F
Complementary color
Monochromatic Colors of #60B16F
Black with #60B16F
Text Example
Text Example
White with #60B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B16F; }
p { color: rgb(96,177,111); }
H1.HeaderClassName
{
color: #60B16F;
}
.AnyTagClassName
{
color: #60B16F;
}
</style>
background-color css
<style>
a { background-color: #60B16F; }
a { background-color: rgb(96,177,111); }
div.DivClassName
{
background-color: #60B16F;
}
.BgClassName
{
background-color: #60B16F;
}
</style>
border-color css
<style>
span { border-color: #60B16F; }
span { border-color: rgb(96,177,111); }
td.TdClassName
{
border-color: #60B16F;
}
.TagClassName
{
border-color: #60B16F;
}
</style>