Shades of Fern #71B673
Tints of Fern #71B673
RGB
CMYK
RGB Variations
Color information
#71B673 (or 0x71B673) is known color: Fern. HEX triplet: 71, B6 and 73. RGB value is (113,182,115). Sum of RGB (Red+Green+Blue) = 113+182+115=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #71B673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B673 is #8E498C. Grayscale: #999999. Windows color (decimal): -9324941 or 7583345. OLE color: 7583345.
HSL color Cylindrical-coordinate representation of color #71B673: hue angle of 121.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B673 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 182 | 115 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.29 |
| HSL | 121.74º | 0.32% | 0.58% | - |
| HSV(B) | 121.74º | 0.38% | 0.71% | - |
| XYZ | 26.63 | 38.2 | 22.19 | - |
| YUV | 153.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 182 | 115 | 0.38 | 0 | 0.37 | 0.29 | 121.74 | 0.32 | 0.58 |
| Hex | 71 | B6 | 73 | 26 | 0 | 25 | 1D | 7A | 20 | 3A |
| Octal | 161 | 266 | 163 | 46 | 0 | 45 | 35 | 172 | 40 | 72 |
| Binary | 1110001 | 10110110 | 1110011 | 100110 | 0 | 100101 | 11101 | 1111010 | 100000 | 111010 |
Color Harmonies of #71B673
Complementary color
Monochromatic Colors of #71B673
Black with #71B673
Text Example
Text Example
White with #71B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B673; }
p { color: rgb(113,182,115); }
H1.HeaderClassName
{
color: #71B673;
}
.AnyTagClassName
{
color: #71B673;
}
</style>
background-color css
<style>
a { background-color: #71B673; }
a { background-color: rgb(113,182,115); }
div.DivClassName
{
background-color: #71B673;
}
.BgClassName
{
background-color: #71B673;
}
</style>
border-color css
<style>
span { border-color: #71B673; }
span { border-color: rgb(113,182,115); }
td.TdClassName
{
border-color: #71B673;
}
.TagClassName
{
border-color: #71B673;
}
</style>