#71BA6D

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

Shades of Fern #71BA6D

Tints of Fern #71BA6D

Color information

#71BA6D (or 0x71BA6D) is unknown color: approx Fern. HEX triplet: 71, BA and 6D. RGB value is (113,186,109). Sum of RGB (Red+Green+Blue) = 113+186+109=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA6D is #8E4592. Grayscale: #9B9B9B. Windows color (decimal): -9323923 or 7191153. OLE color: 7191153.

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

Color convert

RGB113186109-
CMYK0.3900.410.27
HSL116.88º35.81%57.84%-
HSV(B)116.88º41.4%72.94%-
XYZ27.1339.7320.71-
YUV155.39101.8297.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=27.70%
G=45.59%
B=26.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131861090.3900.410.27116.8835.8157.84
Hex71BA6D270291B75243a
Octal16127215547051331654472
Binary11100011011101011011011001110101001110111110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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