#71B173

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

Shades of Fern #71B173

Tints of Fern #71B173

Color information

#71B173 (or 0x71B173) is unknown color: approx Fern. HEX triplet: 71, B1 and 73. RGB value is (113,177,115). Sum of RGB (Red+Green+Blue) = 113+177+115=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #71B173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B173 is #8E4E8C. Grayscale: #969696. Windows color (decimal): -9326221 or 7582065. OLE color: 7582065.

HSL color Cylindrical-coordinate representation of color #71B173: hue angle of 121.88º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71B173 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB113177115-
CMYK0.3600.350.31
HSL121.88º29.09%56.86%-
HSV(B)121.88º36.16%69.41%-
XYZ25.6336.1921.85-
YUV150.8107.8101.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=27.90%
G=43.70%
B=28.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131771150.3600.350.31121.8829.0956.86
Hex71B173240231F7a1d39
Octal16126116344043371723571
Binary1110001101100011110011100100010001111111111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,177,115); }

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

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

 a { background-color: rgb(113,177,115); }

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

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

 span { border-color: rgb(113,177,115); }

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