#71B97C

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

Shades of Fern #71B97C

Tints of Fern #71B97C

Color information

#71B97C (or 0x71B97C) is unknown color: approx Fern. HEX triplet: 71, B9 and 7C. RGB value is (113,185,124). Sum of RGB (Red+Green+Blue) = 113+185+124=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #71B97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B97C is #8E4683. Grayscale: #9C9C9C. Windows color (decimal): -9324164 or 8173937. OLE color: 8173937.

HSL color Cylindrical-coordinate representation of color #71B97C: hue angle of 129.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B97C is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB113185124-
CMYK0.3900.330.27
HSL129.17º33.96%58.43%-
HSV(B)129.17º38.92%72.55%-
XYZ27.839.6625.26-
YUV156.52109.6596.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 185 (72.66% from 255) = 43.84%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=26.78%
G=43.84%
B=29.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851240.3900.330.27129.1733.9658.43
Hex71B97C270211B81223a
Octal16127117447041332014272
Binary111000110111001111110010011101000011101110000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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