Shades of Fern #71AD6D
Tints of Fern #71AD6D
RGB
CMYK
RGB Variations
Color information
#71AD6D (or 0x71AD6D) is known color: Fern. HEX triplet: 71, AD and 6D. RGB value is (113,173,109). Sum of RGB (Red+Green+Blue) = 113+173+109=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AD6D is #8E5292. Grayscale: #939393. Windows color (decimal): -9327251 or 7187825. OLE color: 7187825.
HSL color Cylindrical-coordinate representation of color #71AD6D: hue angle of 116.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71AD6D is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 173 | 109 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.32 |
| HSL | 116.25º | 0.28% | 0.55% | - |
| HSV(B) | 116.25º | 0.37% | 0.68% | - |
| XYZ | 24.51 | 34.5 | 19.84 | - |
| YUV | 147.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 109 | 0.35 | 0 | 0.37 | 0.32 | 116.25 | 0.28 | 0.55 |
| Hex | 71 | AD | 6D | 23 | 0 | 25 | 20 | 74 | 1C | 37 |
| Octal | 161 | 255 | 155 | 43 | 0 | 45 | 40 | 164 | 34 | 67 |
| Binary | 1110001 | 10101101 | 1101101 | 100011 | 0 | 100101 | 100000 | 1110100 | 11100 | 110111 |
Color Harmonies of #71AD6D
Complementary color
Monochromatic Colors of #71AD6D
Black with #71AD6D
Text Example
Text Example
White with #71AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AD6D; }
p { color: rgb(113,173,109); }
H1.HeaderClassName
{
color: #71AD6D;
}
.AnyTagClassName
{
color: #71AD6D;
}
</style>
background-color css
<style>
a { background-color: #71AD6D; }
a { background-color: rgb(113,173,109); }
div.DivClassName
{
background-color: #71AD6D;
}
.BgClassName
{
background-color: #71AD6D;
}
</style>
border-color css
<style>
span { border-color: #71AD6D; }
span { border-color: rgb(113,173,109); }
td.TdClassName
{
border-color: #71AD6D;
}
.TagClassName
{
border-color: #71AD6D;
}
</style>