Shades of Fern #71B06F
Tints of Fern #71B06F
RGB
CMYK
RGB Variations
Color information
#71B06F (or 0x71B06F) is known color: Fern. HEX triplet: 71, B0 and 6F. RGB value is (113,176,111). Sum of RGB (Red+Green+Blue) = 113+176+111=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #71B06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B06F is #8E4F90. Grayscale: #959595. Windows color (decimal): -9326481 or 7319665. OLE color: 7319665.
HSL color Cylindrical-coordinate representation of color #71B06F: hue angle of 118.15º 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 #71B06F is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 176 | 111 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.31 |
| HSL | 118.15º | 0.29% | 0.56% | - |
| HSV(B) | 118.15º | 0.37% | 0.69% | - |
| XYZ | 25.2 | 35.71 | 20.6 | - |
| YUV | 149.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 111 | 0.36 | 0 | 0.37 | 0.31 | 118.15 | 0.29 | 0.56 |
| Hex | 71 | B0 | 6F | 24 | 0 | 25 | 1F | 76 | 1D | 38 |
| Octal | 161 | 260 | 157 | 44 | 0 | 45 | 37 | 166 | 35 | 70 |
| Binary | 1110001 | 10110000 | 1101111 | 100100 | 0 | 100101 | 11111 | 1110110 | 11101 | 111000 |
Color Harmonies of #71B06F
Complementary color
Monochromatic Colors of #71B06F
Black with #71B06F
Text Example
Text Example
White with #71B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B06F; }
p { color: rgb(113,176,111); }
H1.HeaderClassName
{
color: #71B06F;
}
.AnyTagClassName
{
color: #71B06F;
}
</style>
background-color css
<style>
a { background-color: #71B06F; }
a { background-color: rgb(113,176,111); }
div.DivClassName
{
background-color: #71B06F;
}
.BgClassName
{
background-color: #71B06F;
}
</style>
border-color css
<style>
span { border-color: #71B06F; }
span { border-color: rgb(113,176,111); }
td.TdClassName
{
border-color: #71B06F;
}
.TagClassName
{
border-color: #71B06F;
}
</style>