#71BA6F

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

Shades of Fern #71BA6F

Tints of Fern #71BA6F

Color information

#71BA6F (or 0x71BA6F) is unknown color: approx Fern. HEX triplet: 71, BA and 6F. RGB value is (113,186,111). Sum of RGB (Red+Green+Blue) = 113+186+111=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA6F is #8E4590. Grayscale: #9B9B9B. Windows color (decimal): -9323921 or 7322225. OLE color: 7322225.

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

Color convert

RGB113186111-
CMYK0.3900.400.27
HSL118.4º35.21%58.24%-
HSV(B)118.4º40.32%72.94%-
XYZ27.2439.7821.28-
YUV155.62102.8297.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=27.56%
G=45.37%
B=27.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131861110.3900.400.27118.435.2158.24
Hex71BA6F270281B76233a
Octal16127215747050331664372
Binary11100011011101011011111001110101000110111110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,186,111); }

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

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

 a { background-color: rgb(113,186,111); }

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

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

 span { border-color: rgb(113,186,111); }

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