#71B47B

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

Shades of Fern #71B47B

Tints of Fern #71B47B

Color information

#71B47B (or 0x71B47B) is unknown color: approx Fern. HEX triplet: 71, B4 and 7B. RGB value is (113,180,123). Sum of RGB (Red+Green+Blue) = 113+180+123=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #71B47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B47B is #8E4B84. Grayscale: #999999. Windows color (decimal): -9325445 or 8107121. OLE color: 8107121.

HSL color Cylindrical-coordinate representation of color #71B47B: hue angle of 128.96º 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 #71B47B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB113180123-
CMYK0.3700.320.29
HSL128.96º30.88%57.45%-
HSV(B)128.96º37.22%70.59%-
XYZ26.7137.5824.59-
YUV153.47110.899.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=27.16%
G=43.27%
B=29.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801230.3700.320.29128.9630.8857.45
Hex71B47B250201D811f39
Octal16126417345040352013771
Binary11100011011010011110111001010100000111011000000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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