#71B47C

Color #71B47C Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #71B47C

Tints of Fern #71B47C

Color information

#71B47C (or 0x71B47C) is unknown color: approx Fern. HEX triplet: 71, B4 and 7C. RGB value is (113,180,124). Sum of RGB (Red+Green+Blue) = 113+180+124=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #71B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B47C is #8E4B83. Grayscale: #999999. Windows color (decimal): -9325444 or 8172657. OLE color: 8172657.

HSL color Cylindrical-coordinate representation of color #71B47C: hue angle of 129.85º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B47C is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB113180124-
CMYK0.3700.310.29
HSL129.85º30.88%57.45%-
HSV(B)129.85º37.22%70.59%-
XYZ26.7737.6124.92-
YUV153.58111.399.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=27.10%
G=43.17%
B=29.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801240.3700.310.29129.8530.8857.45
Hex71B47C2501F1D821f39
Octal16126417445037352023771
Binary1110001101101001111100100101011111111011000001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71B47C; }

 p { color: rgb(113,180,124); }

 H1.HeaderClassName
 {
   color: #71B47C;
 }
 .AnyTagClassName
 {
   color: #71B47C;
 }
</style>
background-color css

<style>
 a { background-color: #71B47C; }

 a { background-color: rgb(113,180,124); }

 div.DivClassName
 {
   background-color: #71B47C;
 }
 .BgClassName
 {
   background-color: #71B47C;
 }
</style>
border-color css

<style>
 span { border-color: #71B47C; }

 span { border-color: rgb(113,180,124); }

 td.TdClassName
 {
   border-color: #71B47C;
 }
 .TagClassName
 {
   border-color: #71B47C;
 }
</style>