#71B476

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

Shades of Fern #71B476

Tints of Fern #71B476

Color information

#71B476 (or 0x71B476) is unknown color: approx Fern. HEX triplet: 71, B4 and 76. RGB value is (113,180,118). Sum of RGB (Red+Green+Blue) = 113+180+118=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #71B476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B476 is #8E4B89. Grayscale: #999999. Windows color (decimal): -9325450 or 7779441. OLE color: 7779441.

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

Color convert

RGB113180118-
CMYK0.3700.340.29
HSL124.48º30.88%57.45%-
HSV(B)124.48º37.22%70.59%-
XYZ26.437.4622.98-
YUV152.9108.399.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.49%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=27.49%
G=43.80%
B=28.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801180.3700.340.29124.4830.8857.45
Hex71B476250221D7c1f39
Octal16126416645042351743771
Binary1110001101101001110110100101010001011101111110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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