Shades of Fern #71B467
Tints of Fern #71B467
RGB
CMYK
RGB Variations
Color information
#71B467 (or 0x71B467) is known color: Fern. HEX triplet: 71, B4 and 67. RGB value is (113,180,103). Sum of RGB (Red+Green+Blue) = 113+180+103=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #71B467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B467 is #8E4B98. Grayscale: #979797. Windows color (decimal): -9325465 or 6796401. OLE color: 6796401.
HSL color Cylindrical-coordinate representation of color #71B467: hue angle of 112.21º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71B467 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 103 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.29 |
| HSL | 112.21º | 0.34% | 0.55% | - |
| HSV(B) | 112.21º | 0.43% | 0.71% | - |
| XYZ | 25.58 | 37.13 | 18.65 | - |
| YUV | 151.19 | 100.8 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 103 | 0.37 | 0 | 0.43 | 0.29 | 112.21 | 0.34 | 0.55 |
| Hex | 71 | B4 | 67 | 25 | 0 | 2B | 1D | 70 | 22 | 37 |
| Octal | 161 | 264 | 147 | 45 | 0 | 53 | 35 | 160 | 42 | 67 |
| Binary | 1110001 | 10110100 | 1100111 | 100101 | 0 | 101011 | 11101 | 1110000 | 100010 | 110111 |
Color Harmonies of #71B467
Complementary color
Monochromatic Colors of #71B467
Black with #71B467
Text Example
Text Example
White with #71B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B467; }
p { color: rgb(113,180,103); }
H1.HeaderClassName
{
color: #71B467;
}
.AnyTagClassName
{
color: #71B467;
}
</style>
background-color css
<style>
a { background-color: #71B467; }
a { background-color: rgb(113,180,103); }
div.DivClassName
{
background-color: #71B467;
}
.BgClassName
{
background-color: #71B467;
}
</style>
border-color css
<style>
span { border-color: #71B467; }
span { border-color: rgb(113,180,103); }
td.TdClassName
{
border-color: #71B467;
}
.TagClassName
{
border-color: #71B467;
}
</style>