Shades of Fern #71AF6C
Tints of Fern #71AF6C
RGB
CMYK
RGB Variations
Color information
#71AF6C (or 0x71AF6C) is known color: Fern. HEX triplet: 71, AF and 6C. RGB value is (113,175,108). Sum of RGB (Red+Green+Blue) = 113+175+108=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF6C is #8E5093. Grayscale: #959595. Windows color (decimal): -9326740 or 7122801. OLE color: 7122801.
HSL color Cylindrical-coordinate representation of color #71AF6C: hue angle of 115.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71AF6C is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 108 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.31 |
| HSL | 115.52º | 0.3% | 0.55% | - |
| HSV(B) | 115.52º | 0.38% | 0.69% | - |
| XYZ | 24.85 | 35.25 | 19.68 | - |
| YUV | 148.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 108 | 0.35 | 0 | 0.38 | 0.31 | 115.52 | 0.3 | 0.55 |
| Hex | 71 | AF | 6C | 23 | 0 | 26 | 1F | 74 | 1E | 37 |
| Octal | 161 | 257 | 154 | 43 | 0 | 46 | 37 | 164 | 36 | 67 |
| Binary | 1110001 | 10101111 | 1101100 | 100011 | 0 | 100110 | 11111 | 1110100 | 11110 | 110111 |
Color Harmonies of #71AF6C
Complementary color
Monochromatic Colors of #71AF6C
Black with #71AF6C
Text Example
Text Example
White with #71AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF6C; }
p { color: rgb(113,175,108); }
H1.HeaderClassName
{
color: #71AF6C;
}
.AnyTagClassName
{
color: #71AF6C;
}
</style>
background-color css
<style>
a { background-color: #71AF6C; }
a { background-color: rgb(113,175,108); }
div.DivClassName
{
background-color: #71AF6C;
}
.BgClassName
{
background-color: #71AF6C;
}
</style>
border-color css
<style>
span { border-color: #71AF6C; }
span { border-color: rgb(113,175,108); }
td.TdClassName
{
border-color: #71AF6C;
}
.TagClassName
{
border-color: #71AF6C;
}
</style>