Shades of Fern #71B76A
Tints of Fern #71B76A
RGB
CMYK
RGB Variations
Color information
#71B76A (or 0x71B76A) is known color: Fern. HEX triplet: 71, B7 and 6A. RGB value is (113,183,106). Sum of RGB (Red+Green+Blue) = 113+183+106=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #71B76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B76A is #8E4895. Grayscale: #999999. Windows color (decimal): -9324694 or 6993777. OLE color: 6993777.
HSL color Cylindrical-coordinate representation of color #71B76A: hue angle of 114.55º 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 #71B76A is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 106 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.28 |
| HSL | 114.55º | 0.35% | 0.57% | - |
| HSV(B) | 114.55º | 0.42% | 0.72% | - |
| XYZ | 26.35 | 38.42 | 19.66 | - |
| YUV | 153.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 106 | 0.38 | 0 | 0.42 | 0.28 | 114.55 | 0.35 | 0.57 |
| Hex | 71 | B7 | 6A | 26 | 0 | 2A | 1C | 73 | 23 | 39 |
| Octal | 161 | 267 | 152 | 46 | 0 | 52 | 34 | 163 | 43 | 71 |
| Binary | 1110001 | 10110111 | 1101010 | 100110 | 0 | 101010 | 11100 | 1110011 | 100011 | 111001 |
Color Harmonies of #71B76A
Complementary color
Monochromatic Colors of #71B76A
Black with #71B76A
Text Example
Text Example
White with #71B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B76A; }
p { color: rgb(113,183,106); }
H1.HeaderClassName
{
color: #71B76A;
}
.AnyTagClassName
{
color: #71B76A;
}
</style>
background-color css
<style>
a { background-color: #71B76A; }
a { background-color: rgb(113,183,106); }
div.DivClassName
{
background-color: #71B76A;
}
.BgClassName
{
background-color: #71B76A;
}
</style>
border-color css
<style>
span { border-color: #71B76A; }
span { border-color: rgb(113,183,106); }
td.TdClassName
{
border-color: #71B76A;
}
.TagClassName
{
border-color: #71B76A;
}
</style>