Shades of Fern #71B36C
Tints of Fern #71B36C
RGB
CMYK
RGB Variations
Color information
#71B36C (or 0x71B36C) is known color: Fern. HEX triplet: 71, B3 and 6C. RGB value is (113,179,108). Sum of RGB (Red+Green+Blue) = 113+179+108=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #71B36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B36C is #8E4C93. Grayscale: #979797. Windows color (decimal): -9325716 or 7123825. OLE color: 7123825.
HSL color Cylindrical-coordinate representation of color #71B36C: hue angle of 115.77º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71B36C is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 108 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.30 |
| HSL | 115.77º | 0.32% | 0.56% | - |
| HSV(B) | 115.77º | 0.4% | 0.7% | - |
| XYZ | 25.64 | 36.83 | 19.95 | - |
| YUV | 151.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 108 | 0.37 | 0 | 0.40 | 0.30 | 115.77 | 0.32 | 0.56 |
| Hex | 71 | B3 | 6C | 25 | 0 | 28 | 1E | 74 | 20 | 38 |
| Octal | 161 | 263 | 154 | 45 | 0 | 50 | 36 | 164 | 40 | 70 |
| Binary | 1110001 | 10110011 | 1101100 | 100101 | 0 | 101000 | 11110 | 1110100 | 100000 | 111000 |
Color Harmonies of #71B36C
Complementary color
Monochromatic Colors of #71B36C
Black with #71B36C
Text Example
Text Example
White with #71B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B36C; }
p { color: rgb(113,179,108); }
H1.HeaderClassName
{
color: #71B36C;
}
.AnyTagClassName
{
color: #71B36C;
}
</style>
background-color css
<style>
a { background-color: #71B36C; }
a { background-color: rgb(113,179,108); }
div.DivClassName
{
background-color: #71B36C;
}
.BgClassName
{
background-color: #71B36C;
}
</style>
border-color css
<style>
span { border-color: #71B36C; }
span { border-color: rgb(113,179,108); }
td.TdClassName
{
border-color: #71B36C;
}
.TagClassName
{
border-color: #71B36C;
}
</style>