#71B97D

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

Shades of Fern #71B97D

Tints of Fern #71B97D

Color information

#71B97D (or 0x71B97D) is unknown color: approx Fern. HEX triplet: 71, B9 and 7D. RGB value is (113,185,125). Sum of RGB (Red+Green+Blue) = 113+185+125=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #71B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B97D is #8E4682. Grayscale: #9C9C9C. Windows color (decimal): -9324163 or 8239473. OLE color: 8239473.

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

Color convert

RGB113185125-
CMYK0.3900.320.27
HSL130º33.96%58.43%-
HSV(B)130º38.92%72.55%-
XYZ27.8639.6925.59-
YUV156.63110.1596.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=26.71%
G=43.74%
B=29.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851250.3900.320.2713033.9658.43
Hex71B97D270201B82223a
Octal16127117547040332024272
Binary111000110111001111110110011101000001101110000010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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