Shades of Fern #71B166
Tints of Fern #71B166
RGB
CMYK
RGB Variations
Color information
#71B166 (or 0x71B166) is known color: Fern. HEX triplet: 71, B1 and 66. RGB value is (113,177,102). Sum of RGB (Red+Green+Blue) = 113+177+102=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #71B166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B166 is #8E4E99. Grayscale: #959595. Windows color (decimal): -9326234 or 6730097. OLE color: 6730097.
HSL color Cylindrical-coordinate representation of color #71B166: hue angle of 111.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71B166 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 177 | 102 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.31 |
| HSL | 111.2º | 0.32% | 0.55% | - |
| HSV(B) | 111.2º | 0.42% | 0.69% | - |
| XYZ | 24.93 | 35.91 | 18.19 | - |
| YUV | 149.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 177 | 102 | 0.36 | 0 | 0.42 | 0.31 | 111.2 | 0.32 | 0.55 |
| Hex | 71 | B1 | 66 | 24 | 0 | 2A | 1F | 6F | 20 | 37 |
| Octal | 161 | 261 | 146 | 44 | 0 | 52 | 37 | 157 | 40 | 67 |
| Binary | 1110001 | 10110001 | 1100110 | 100100 | 0 | 101010 | 11111 | 1101111 | 100000 | 110111 |
Color Harmonies of #71B166
Complementary color
Monochromatic Colors of #71B166
Black with #71B166
Text Example
Text Example
White with #71B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B166; }
p { color: rgb(113,177,102); }
H1.HeaderClassName
{
color: #71B166;
}
.AnyTagClassName
{
color: #71B166;
}
</style>
background-color css
<style>
a { background-color: #71B166; }
a { background-color: rgb(113,177,102); }
div.DivClassName
{
background-color: #71B166;
}
.BgClassName
{
background-color: #71B166;
}
</style>
border-color css
<style>
span { border-color: #71B166; }
span { border-color: rgb(113,177,102); }
td.TdClassName
{
border-color: #71B166;
}
.TagClassName
{
border-color: #71B166;
}
</style>