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