Shades of Fern #71BB6A
Tints of Fern #71BB6A
RGB
CMYK
RGB Variations
Color information
#71BB6A (or 0x71BB6A) is known color: Fern. HEX triplet: 71, BB and 6A. RGB value is (113,187,106). Sum of RGB (Red+Green+Blue) = 113+187+106=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BB6A is #8E4495. Grayscale: #9B9B9B. Windows color (decimal): -9323670 or 6994801. OLE color: 6994801.
HSL color Cylindrical-coordinate representation of color #71BB6A: hue angle of 114.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71BB6A is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 106 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.27 |
| HSL | 114.81º | 0.37% | 0.57% | - |
| HSV(B) | 114.81º | 0.43% | 0.73% | - |
| XYZ | 27.18 | 40.09 | 19.94 | - |
| YUV | 155.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 106 | 0.40 | 0 | 0.43 | 0.27 | 114.81 | 0.37 | 0.57 |
| Hex | 71 | BB | 6A | 28 | 0 | 2B | 1B | 73 | 25 | 39 |
| Octal | 161 | 273 | 152 | 50 | 0 | 53 | 33 | 163 | 45 | 71 |
| Binary | 1110001 | 10111011 | 1101010 | 101000 | 0 | 101011 | 11011 | 1110011 | 100101 | 111001 |
Color Harmonies of #71BB6A
Complementary color
Monochromatic Colors of #71BB6A
Black with #71BB6A
Text Example
Text Example
White with #71BB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB6A; }
p { color: rgb(113,187,106); }
H1.HeaderClassName
{
color: #71BB6A;
}
.AnyTagClassName
{
color: #71BB6A;
}
</style>
background-color css
<style>
a { background-color: #71BB6A; }
a { background-color: rgb(113,187,106); }
div.DivClassName
{
background-color: #71BB6A;
}
.BgClassName
{
background-color: #71BB6A;
}
</style>
border-color css
<style>
span { border-color: #71BB6A; }
span { border-color: rgb(113,187,106); }
td.TdClassName
{
border-color: #71BB6A;
}
.TagClassName
{
border-color: #71BB6A;
}
</style>