Shades of Fern #71C079
Tints of Fern #71C079
RGB
CMYK
RGB Variations
Color information
#71C079 (or 0x71C079) is known color: Fern. HEX triplet: 71, C0 and 79. RGB value is (113,192,121). Sum of RGB (Red+Green+Blue) = 113+192+121=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #71C079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C079 is #8E3F86. Grayscale: #A0A0A0. Windows color (decimal): -9322375 or 7979121. OLE color: 7979121.
HSL color Cylindrical-coordinate representation of color #71C079: hue angle of 126.08º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C079 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 121 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.25 |
| HSL | 126.08º | 0.39% | 0.6% | - |
| HSV(B) | 126.08º | 0.41% | 0.75% | - |
| XYZ | 29.11 | 42.59 | 24.78 | - |
| YUV | 160.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 121 | 0.41 | 0 | 0.37 | 0.25 | 126.08 | 0.39 | 0.6 |
| Hex | 71 | C0 | 79 | 29 | 0 | 25 | 19 | 7E | 27 | 3C |
| Octal | 161 | 300 | 171 | 51 | 0 | 45 | 31 | 176 | 47 | 74 |
| Binary | 1110001 | 11000000 | 1111001 | 101001 | 0 | 100101 | 11001 | 1111110 | 100111 | 111100 |
Color Harmonies of #71C079
Complementary color
Monochromatic Colors of #71C079
Black with #71C079
Text Example
Text Example
White with #71C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C079; }
p { color: rgb(113,192,121); }
H1.HeaderClassName
{
color: #71C079;
}
.AnyTagClassName
{
color: #71C079;
}
</style>
background-color css
<style>
a { background-color: #71C079; }
a { background-color: rgb(113,192,121); }
div.DivClassName
{
background-color: #71C079;
}
.BgClassName
{
background-color: #71C079;
}
</style>
border-color css
<style>
span { border-color: #71C079; }
span { border-color: rgb(113,192,121); }
td.TdClassName
{
border-color: #71C079;
}
.TagClassName
{
border-color: #71C079;
}
</style>