Shades of Fern #71AF6E
Tints of Fern #71AF6E
RGB
CMYK
RGB Variations
Color information
#71AF6E (or 0x71AF6E) is known color: Fern. HEX triplet: 71, AF and 6E. RGB value is (113,175,110). Sum of RGB (Red+Green+Blue) = 113+175+110=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF6E is #8E5091. Grayscale: #959595. Windows color (decimal): -9326738 or 7253873. OLE color: 7253873.
HSL color Cylindrical-coordinate representation of color #71AF6E: hue angle of 117.23º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71AF6E is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 110 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.31 |
| HSL | 117.23º | 0.29% | 0.56% | - |
| HSV(B) | 117.23º | 0.37% | 0.69% | - |
| XYZ | 24.95 | 35.3 | 20.25 | - |
| YUV | 149.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 110 | 0.35 | 0 | 0.37 | 0.31 | 117.23 | 0.29 | 0.56 |
| Hex | 71 | AF | 6E | 23 | 0 | 25 | 1F | 75 | 1D | 38 |
| Octal | 161 | 257 | 156 | 43 | 0 | 45 | 37 | 165 | 35 | 70 |
| Binary | 1110001 | 10101111 | 1101110 | 100011 | 0 | 100101 | 11111 | 1110101 | 11101 | 111000 |
Color Harmonies of #71AF6E
Complementary color
Monochromatic Colors of #71AF6E
Black with #71AF6E
Text Example
Text Example
White with #71AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF6E; }
p { color: rgb(113,175,110); }
H1.HeaderClassName
{
color: #71AF6E;
}
.AnyTagClassName
{
color: #71AF6E;
}
</style>
background-color css
<style>
a { background-color: #71AF6E; }
a { background-color: rgb(113,175,110); }
div.DivClassName
{
background-color: #71AF6E;
}
.BgClassName
{
background-color: #71AF6E;
}
</style>
border-color css
<style>
span { border-color: #71AF6E; }
span { border-color: rgb(113,175,110); }
td.TdClassName
{
border-color: #71AF6E;
}
.TagClassName
{
border-color: #71AF6E;
}
</style>