Shades of Fern #71B768
Tints of Fern #71B768
RGB
CMYK
RGB Variations
Color information
#71B768 (or 0x71B768) is known color: Fern. HEX triplet: 71, B7 and 68. RGB value is (113,183,104). Sum of RGB (Red+Green+Blue) = 113+183+104=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #71B768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B768 is #8E4897. Grayscale: #999999. Windows color (decimal): -9324696 or 6862705. OLE color: 6862705.
HSL color Cylindrical-coordinate representation of color #71B768: hue angle of 113.16º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71B768 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 104 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.28 |
| HSL | 113.16º | 0.35% | 0.56% | - |
| HSV(B) | 113.16º | 0.43% | 0.72% | - |
| XYZ | 26.24 | 38.38 | 19.12 | - |
| YUV | 153.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 104 | 0.38 | 0 | 0.43 | 0.28 | 113.16 | 0.35 | 0.56 |
| Hex | 71 | B7 | 68 | 26 | 0 | 2B | 1C | 71 | 23 | 38 |
| Octal | 161 | 267 | 150 | 46 | 0 | 53 | 34 | 161 | 43 | 70 |
| Binary | 1110001 | 10110111 | 1101000 | 100110 | 0 | 101011 | 11100 | 1110001 | 100011 | 111000 |
Color Harmonies of #71B768
Complementary color
Monochromatic Colors of #71B768
Black with #71B768
Text Example
Text Example
White with #71B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B768; }
p { color: rgb(113,183,104); }
H1.HeaderClassName
{
color: #71B768;
}
.AnyTagClassName
{
color: #71B768;
}
</style>
background-color css
<style>
a { background-color: #71B768; }
a { background-color: rgb(113,183,104); }
div.DivClassName
{
background-color: #71B768;
}
.BgClassName
{
background-color: #71B768;
}
</style>
border-color css
<style>
span { border-color: #71B768; }
span { border-color: rgb(113,183,104); }
td.TdClassName
{
border-color: #71B768;
}
.TagClassName
{
border-color: #71B768;
}
</style>