Shades of Fern #71B37B
Tints of Fern #71B37B
RGB
CMYK
RGB Variations
Color information
#71B37B (or 0x71B37B) is known color: Fern. HEX triplet: 71, B3 and 7B. RGB value is (113,179,123). Sum of RGB (Red+Green+Blue) = 113+179+123=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #71B37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B37B is #8E4C84. Grayscale: #999999. Windows color (decimal): -9325701 or 8106865. OLE color: 8106865.
HSL color Cylindrical-coordinate representation of color #71B37B: hue angle of 129.09º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B37B is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 123 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.30 |
| HSL | 129.09º | 0.3% | 0.57% | - |
| HSV(B) | 129.09º | 0.37% | 0.7% | - |
| XYZ | 26.51 | 37.18 | 24.52 | - |
| YUV | 152.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 123 | 0.37 | 0 | 0.31 | 0.30 | 129.09 | 0.3 | 0.57 |
| Hex | 71 | B3 | 7B | 25 | 0 | 1F | 1E | 81 | 1E | 39 |
| Octal | 161 | 263 | 173 | 45 | 0 | 37 | 36 | 201 | 36 | 71 |
| Binary | 1110001 | 10110011 | 1111011 | 100101 | 0 | 11111 | 11110 | 10000001 | 11110 | 111001 |
Color Harmonies of #71B37B
Complementary color
Monochromatic Colors of #71B37B
Black with #71B37B
Text Example
Text Example
White with #71B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B37B; }
p { color: rgb(113,179,123); }
H1.HeaderClassName
{
color: #71B37B;
}
.AnyTagClassName
{
color: #71B37B;
}
</style>
background-color css
<style>
a { background-color: #71B37B; }
a { background-color: rgb(113,179,123); }
div.DivClassName
{
background-color: #71B37B;
}
.BgClassName
{
background-color: #71B37B;
}
</style>
border-color css
<style>
span { border-color: #71B37B; }
span { border-color: rgb(113,179,123); }
td.TdClassName
{
border-color: #71B37B;
}
.TagClassName
{
border-color: #71B37B;
}
</style>