Shades of Fern #71B869
Tints of Fern #71B869
RGB
CMYK
RGB Variations
Color information
#71B869 (or 0x71B869) is known color: Fern. HEX triplet: 71, B8 and 69. RGB value is (113,184,105). Sum of RGB (Red+Green+Blue) = 113+184+105=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #71B869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B869 is #8E4796. Grayscale: #9A9A9A. Windows color (decimal): -9324439 or 6928497. OLE color: 6928497.
HSL color Cylindrical-coordinate representation of color #71B869: hue angle of 113.92º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71B869 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 105 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.28 |
| HSL | 113.92º | 0.36% | 0.57% | - |
| HSV(B) | 113.92º | 0.43% | 0.72% | - |
| XYZ | 26.5 | 38.81 | 19.46 | - |
| YUV | 153.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 105 | 0.39 | 0 | 0.43 | 0.28 | 113.92 | 0.36 | 0.57 |
| Hex | 71 | B8 | 69 | 27 | 0 | 2B | 1C | 72 | 24 | 39 |
| Octal | 161 | 270 | 151 | 47 | 0 | 53 | 34 | 162 | 44 | 71 |
| Binary | 1110001 | 10111000 | 1101001 | 100111 | 0 | 101011 | 11100 | 1110010 | 100100 | 111001 |
Color Harmonies of #71B869
Complementary color
Monochromatic Colors of #71B869
Black with #71B869
Text Example
Text Example
White with #71B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B869; }
p { color: rgb(113,184,105); }
H1.HeaderClassName
{
color: #71B869;
}
.AnyTagClassName
{
color: #71B869;
}
</style>
background-color css
<style>
a { background-color: #71B869; }
a { background-color: rgb(113,184,105); }
div.DivClassName
{
background-color: #71B869;
}
.BgClassName
{
background-color: #71B869;
}
</style>
border-color css
<style>
span { border-color: #71B869; }
span { border-color: rgb(113,184,105); }
td.TdClassName
{
border-color: #71B869;
}
.TagClassName
{
border-color: #71B869;
}
</style>