#71B87C

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

Shades of Fern #71B87C

Tints of Fern #71B87C

Color information

#71B87C (or 0x71B87C) is unknown color: approx Fern. HEX triplet: 71, B8 and 7C. RGB value is (113,184,124). Sum of RGB (Red+Green+Blue) = 113+184+124=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #71B87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B87C is #8E4783. Grayscale: #9C9C9C. Windows color (decimal): -9324420 or 8173681. OLE color: 8173681.

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

Color convert

RGB113184124-
CMYK0.3900.330.28
HSL129.3º33.33%58.24%-
HSV(B)129.3º38.59%72.16%-
XYZ27.5939.2525.19-
YUV155.93109.9897.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 184 (72.27% from 255) = 43.71%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=26.84%
G=43.71%
B=29.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131841240.3900.330.28129.333.3358.24
Hex71B87C270211C81213a
Octal16127017447041342014172
Binary111000110111000111110010011101000011110010000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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