Shades of Fern #71B170
Tints of Fern #71B170
RGB
CMYK
RGB Variations
Color information
#71B170 (or 0x71B170) is known color: Fern. HEX triplet: 71, B1 and 70. RGB value is (113,177,112). Sum of RGB (Red+Green+Blue) = 113+177+112=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #71B170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B170 is #8E4E8F. Grayscale: #969696. Windows color (decimal): -9326224 or 7385457. OLE color: 7385457.
HSL color Cylindrical-coordinate representation of color #71B170: hue angle of 119.08º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B170 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 177 | 112 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.31 |
| HSL | 119.08º | 0.29% | 0.57% | - |
| HSV(B) | 119.08º | 0.37% | 0.69% | - |
| XYZ | 25.46 | 36.12 | 20.96 | - |
| YUV | 150.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 177 | 112 | 0.36 | 0 | 0.37 | 0.31 | 119.08 | 0.29 | 0.57 |
| Hex | 71 | B1 | 70 | 24 | 0 | 25 | 1F | 77 | 1D | 39 |
| Octal | 161 | 261 | 160 | 44 | 0 | 45 | 37 | 167 | 35 | 71 |
| Binary | 1110001 | 10110001 | 1110000 | 100100 | 0 | 100101 | 11111 | 1110111 | 11101 | 111001 |
Color Harmonies of #71B170
Complementary color
Monochromatic Colors of #71B170
Black with #71B170
Text Example
Text Example
White with #71B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B170; }
p { color: rgb(113,177,112); }
H1.HeaderClassName
{
color: #71B170;
}
.AnyTagClassName
{
color: #71B170;
}
</style>
background-color css
<style>
a { background-color: #71B170; }
a { background-color: rgb(113,177,112); }
div.DivClassName
{
background-color: #71B170;
}
.BgClassName
{
background-color: #71B170;
}
</style>
border-color css
<style>
span { border-color: #71B170; }
span { border-color: rgb(113,177,112); }
td.TdClassName
{
border-color: #71B170;
}
.TagClassName
{
border-color: #71B170;
}
</style>