Shades of Fern #71B36D
Tints of Fern #71B36D
RGB
CMYK
RGB Variations
Color information
#71B36D (or 0x71B36D) is known color: Fern. HEX triplet: 71, B3 and 6D. RGB value is (113,179,109). Sum of RGB (Red+Green+Blue) = 113+179+109=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #71B36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B36D is #8E4C92. Grayscale: #979797. Windows color (decimal): -9325715 or 7189361. OLE color: 7189361.
HSL color Cylindrical-coordinate representation of color #71B36D: hue angle of 116.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B36D is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 109 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.30 |
| HSL | 116.57º | 0.32% | 0.56% | - |
| HSV(B) | 116.57º | 0.39% | 0.7% | - |
| XYZ | 25.69 | 36.86 | 20.23 | - |
| YUV | 151.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 109 | 0.37 | 0 | 0.39 | 0.30 | 116.57 | 0.32 | 0.56 |
| Hex | 71 | B3 | 6D | 25 | 0 | 27 | 1E | 75 | 20 | 38 |
| Octal | 161 | 263 | 155 | 45 | 0 | 47 | 36 | 165 | 40 | 70 |
| Binary | 1110001 | 10110011 | 1101101 | 100101 | 0 | 100111 | 11110 | 1110101 | 100000 | 111000 |
Color Harmonies of #71B36D
Complementary color
Monochromatic Colors of #71B36D
Black with #71B36D
Text Example
Text Example
White with #71B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B36D; }
p { color: rgb(113,179,109); }
H1.HeaderClassName
{
color: #71B36D;
}
.AnyTagClassName
{
color: #71B36D;
}
</style>
background-color css
<style>
a { background-color: #71B36D; }
a { background-color: rgb(113,179,109); }
div.DivClassName
{
background-color: #71B36D;
}
.BgClassName
{
background-color: #71B36D;
}
</style>
border-color css
<style>
span { border-color: #71B36D; }
span { border-color: rgb(113,179,109); }
td.TdClassName
{
border-color: #71B36D;
}
.TagClassName
{
border-color: #71B36D;
}
</style>