#71AE76

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

Shades of Fern #71AE76

Tints of Fern #71AE76

Color information

#71AE76 (or 0x71AE76) is unknown color: approx Fern. HEX triplet: 71, AE and 76. RGB value is (113,174,118). Sum of RGB (Red+Green+Blue) = 113+174+118=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AE76 is #8E5189. Grayscale: #959595. Windows color (decimal): -9326986 or 7777905. OLE color: 7777905.

HSL color Cylindrical-coordinate representation of color #71AE76: hue angle of 124.92º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71AE76 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB113174118-
CMYK0.3500.320.32
HSL124.92º27.35%56.27%-
HSV(B)124.92º35.06%68.24%-
XYZ25.2235.0922.58-
YUV149.38110.29102.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=27.90%
G=42.96%
B=29.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131741180.3500.320.32124.9227.3556.27
Hex71AE7623020207d1b38
Octal16125616643040401753370
Binary11100011010111011101101000110100000100000111110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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