Shades of Fern #71C07A
Tints of Fern #71C07A
RGB
CMYK
RGB Variations
Color information
#71C07A (or 0x71C07A) is known color: Fern. HEX triplet: 71, C0 and 7A. RGB value is (113,192,122). Sum of RGB (Red+Green+Blue) = 113+192+122=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #71C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C07A is #8E3F85. Grayscale: #A0A0A0. Windows color (decimal): -9322374 or 8044657. OLE color: 8044657.
HSL color Cylindrical-coordinate representation of color #71C07A: hue angle of 126.84º 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 #71C07A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 122 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.25 |
| HSL | 126.84º | 0.39% | 0.6% | - |
| HSV(B) | 126.84º | 0.41% | 0.75% | - |
| XYZ | 29.17 | 42.62 | 25.1 | - |
| YUV | 160.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 122 | 0.41 | 0 | 0.36 | 0.25 | 126.84 | 0.39 | 0.6 |
| Hex | 71 | C0 | 7A | 29 | 0 | 24 | 19 | 7F | 27 | 3C |
| Octal | 161 | 300 | 172 | 51 | 0 | 44 | 31 | 177 | 47 | 74 |
| Binary | 1110001 | 11000000 | 1111010 | 101001 | 0 | 100100 | 11001 | 1111111 | 100111 | 111100 |
Color Harmonies of #71C07A
Complementary color
Monochromatic Colors of #71C07A
Black with #71C07A
Text Example
Text Example
White with #71C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C07A; }
p { color: rgb(113,192,122); }
H1.HeaderClassName
{
color: #71C07A;
}
.AnyTagClassName
{
color: #71C07A;
}
</style>
background-color css
<style>
a { background-color: #71C07A; }
a { background-color: rgb(113,192,122); }
div.DivClassName
{
background-color: #71C07A;
}
.BgClassName
{
background-color: #71C07A;
}
</style>
border-color css
<style>
span { border-color: #71C07A; }
span { border-color: rgb(113,192,122); }
td.TdClassName
{
border-color: #71C07A;
}
.TagClassName
{
border-color: #71C07A;
}
</style>