Shades of Fern #71B86B
Tints of Fern #71B86B
RGB
CMYK
RGB Variations
Color information
#71B86B (or 0x71B86B) is known color: Fern. HEX triplet: 71, B8 and 6B. RGB value is (113,184,107). Sum of RGB (Red+Green+Blue) = 113+184+107=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #71B86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B86B is #8E4794. Grayscale: #9A9A9A. Windows color (decimal): -9324437 or 7059569. OLE color: 7059569.
HSL color Cylindrical-coordinate representation of color #71B86B: hue angle of 115.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71B86B is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 107 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.28 |
| HSL | 115.32º | 0.35% | 0.57% | - |
| HSV(B) | 115.32º | 0.42% | 0.72% | - |
| XYZ | 26.6 | 38.85 | 20.01 | - |
| YUV | 153.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 107 | 0.39 | 0 | 0.42 | 0.28 | 115.32 | 0.35 | 0.57 |
| Hex | 71 | B8 | 6B | 27 | 0 | 2A | 1C | 73 | 23 | 39 |
| Octal | 161 | 270 | 153 | 47 | 0 | 52 | 34 | 163 | 43 | 71 |
| Binary | 1110001 | 10111000 | 1101011 | 100111 | 0 | 101010 | 11100 | 1110011 | 100011 | 111001 |
Color Harmonies of #71B86B
Complementary color
Monochromatic Colors of #71B86B
Black with #71B86B
Text Example
Text Example
White with #71B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B86B; }
p { color: rgb(113,184,107); }
H1.HeaderClassName
{
color: #71B86B;
}
.AnyTagClassName
{
color: #71B86B;
}
</style>
background-color css
<style>
a { background-color: #71B86B; }
a { background-color: rgb(113,184,107); }
div.DivClassName
{
background-color: #71B86B;
}
.BgClassName
{
background-color: #71B86B;
}
</style>
border-color css
<style>
span { border-color: #71B86B; }
span { border-color: rgb(113,184,107); }
td.TdClassName
{
border-color: #71B86B;
}
.TagClassName
{
border-color: #71B86B;
}
</style>