Shades of Fern #71B669
Tints of Fern #71B669
RGB
CMYK
RGB Variations
Color information
#71B669 (or 0x71B669) is known color: Fern. HEX triplet: 71, B6 and 69. RGB value is (113,182,105). Sum of RGB (Red+Green+Blue) = 113+182+105=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #71B669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B669 is #8E4996. Grayscale: #989898. Windows color (decimal): -9324951 or 6927985. OLE color: 6927985.
HSL color Cylindrical-coordinate representation of color #71B669: hue angle of 113.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71B669 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 182 | 105 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.29 |
| HSL | 113.77º | 0.35% | 0.56% | - |
| HSV(B) | 113.77º | 0.42% | 0.71% | - |
| XYZ | 26.09 | 37.99 | 19.32 | - |
| YUV | 152.59 | 101.14 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 182 | 105 | 0.38 | 0 | 0.42 | 0.29 | 113.77 | 0.35 | 0.56 |
| Hex | 71 | B6 | 69 | 26 | 0 | 2A | 1D | 72 | 23 | 38 |
| Octal | 161 | 266 | 151 | 46 | 0 | 52 | 35 | 162 | 43 | 70 |
| Binary | 1110001 | 10110110 | 1101001 | 100110 | 0 | 101010 | 11101 | 1110010 | 100011 | 111000 |
Color Harmonies of #71B669
Complementary color
Monochromatic Colors of #71B669
Black with #71B669
Text Example
Text Example
White with #71B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B669; }
p { color: rgb(113,182,105); }
H1.HeaderClassName
{
color: #71B669;
}
.AnyTagClassName
{
color: #71B669;
}
</style>
background-color css
<style>
a { background-color: #71B669; }
a { background-color: rgb(113,182,105); }
div.DivClassName
{
background-color: #71B669;
}
.BgClassName
{
background-color: #71B669;
}
</style>
border-color css
<style>
span { border-color: #71B669; }
span { border-color: rgb(113,182,105); }
td.TdClassName
{
border-color: #71B669;
}
.TagClassName
{
border-color: #71B669;
}
</style>