Shades of Fern #71AD6A
Tints of Fern #71AD6A
RGB
CMYK
RGB Variations
Color information
#71AD6A (or 0x71AD6A) is known color: Fern. HEX triplet: 71, AD and 6A. RGB value is (113,173,106). Sum of RGB (Red+Green+Blue) = 113+173+106=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AD6A is #8E5295. Grayscale: #939393. Windows color (decimal): -9327254 or 6991217. OLE color: 6991217.
HSL color Cylindrical-coordinate representation of color #71AD6A: hue angle of 113.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71AD6A is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 173 | 106 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.32 |
| HSL | 113.73º | 0.29% | 0.55% | - |
| HSV(B) | 113.73º | 0.39% | 0.68% | - |
| XYZ | 24.36 | 34.44 | 19 | - |
| YUV | 147.42 | 104.62 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 106 | 0.35 | 0 | 0.39 | 0.32 | 113.73 | 0.29 | 0.55 |
| Hex | 71 | AD | 6A | 23 | 0 | 27 | 20 | 72 | 1D | 37 |
| Octal | 161 | 255 | 152 | 43 | 0 | 47 | 40 | 162 | 35 | 67 |
| Binary | 1110001 | 10101101 | 1101010 | 100011 | 0 | 100111 | 100000 | 1110010 | 11101 | 110111 |
Color Harmonies of #71AD6A
Complementary color
Monochromatic Colors of #71AD6A
Black with #71AD6A
Text Example
Text Example
White with #71AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AD6A; }
p { color: rgb(113,173,106); }
H1.HeaderClassName
{
color: #71AD6A;
}
.AnyTagClassName
{
color: #71AD6A;
}
</style>
background-color css
<style>
a { background-color: #71AD6A; }
a { background-color: rgb(113,173,106); }
div.DivClassName
{
background-color: #71AD6A;
}
.BgClassName
{
background-color: #71AD6A;
}
</style>
border-color css
<style>
span { border-color: #71AD6A; }
span { border-color: rgb(113,173,106); }
td.TdClassName
{
border-color: #71AD6A;
}
.TagClassName
{
border-color: #71AD6A;
}
</style>