Shades of Fern #71C068
Tints of Fern #71C068
RGB
CMYK
RGB Variations
Color information
#71C068 (or 0x71C068) is known color: Fern. HEX triplet: 71, C0 and 68. RGB value is (113,192,104). Sum of RGB (Red+Green+Blue) = 113+192+104=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #71C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C068 is #8E3F97. Grayscale: #9E9E9E. Windows color (decimal): -9322392 or 6865009. OLE color: 6865009.
HSL color Cylindrical-coordinate representation of color #71C068: hue angle of 113.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71C068 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 104 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.25 |
| HSL | 113.86º | 0.41% | 0.58% | - |
| HSV(B) | 113.86º | 0.46% | 0.75% | - |
| XYZ | 28.16 | 42.21 | 19.76 | - |
| YUV | 158.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 104 | 0.41 | 0 | 0.46 | 0.25 | 113.86 | 0.41 | 0.58 |
| Hex | 71 | C0 | 68 | 29 | 0 | 2E | 19 | 72 | 29 | 3A |
| Octal | 161 | 300 | 150 | 51 | 0 | 56 | 31 | 162 | 51 | 72 |
| Binary | 1110001 | 11000000 | 1101000 | 101001 | 0 | 101110 | 11001 | 1110010 | 101001 | 111010 |
Color Harmonies of #71C068
Complementary color
Monochromatic Colors of #71C068
Black with #71C068
Text Example
Text Example
White with #71C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C068; }
p { color: rgb(113,192,104); }
H1.HeaderClassName
{
color: #71C068;
}
.AnyTagClassName
{
color: #71C068;
}
</style>
background-color css
<style>
a { background-color: #71C068; }
a { background-color: rgb(113,192,104); }
div.DivClassName
{
background-color: #71C068;
}
.BgClassName
{
background-color: #71C068;
}
</style>
border-color css
<style>
span { border-color: #71C068; }
span { border-color: rgb(113,192,104); }
td.TdClassName
{
border-color: #71C068;
}
.TagClassName
{
border-color: #71C068;
}
</style>