#71B46F

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

Shades of Fern #71B46F

Tints of Fern #71B46F

Color information

#71B46F (or 0x71B46F) is unknown color: approx Fern. HEX triplet: 71, B4 and 6F. RGB value is (113,180,111). Sum of RGB (Red+Green+Blue) = 113+180+111=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #71B46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B46F is #8E4B90. Grayscale: #989898. Windows color (decimal): -9325457 or 7320689. OLE color: 7320689.

HSL color Cylindrical-coordinate representation of color #71B46F: hue angle of 118.26º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B46F is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB113180111-
CMYK0.3700.380.29
HSL118.26º31.51%57.06%-
HSV(B)118.26º38.33%70.59%-
XYZ2637.320.87-
YUV152.1104.8100.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 180 (70.70% from 255) = 44.55%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=27.97%
G=44.55%
B=27.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801110.3700.380.29118.2631.5157.06
Hex71B46F250261D762039
Octal16126415745046351664071
Binary11100011011010011011111001010100110111011110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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