#71B96C

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

Shades of Fern #71B96C

Tints of Fern #71B96C

Color information

#71B96C (or 0x71B96C) is unknown color: approx Fern. HEX triplet: 71, B9 and 6C. RGB value is (113,185,108). Sum of RGB (Red+Green+Blue) = 113+185+108=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #71B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B96C is #8E4693. Grayscale: #9A9A9A. Windows color (decimal): -9324180 or 7125361. OLE color: 7125361.

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

Color convert

RGB113185108-
CMYK0.3900.420.27
HSL116.1º35.48%57.45%-
HSV(B)116.1º41.62%72.55%-
XYZ26.8739.2920.36-
YUV154.69101.6598.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 185 (72.66% from 255) = 45.57%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=27.83%
G=45.57%
B=26.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851080.3900.420.27116.135.4857.45
Hex71B96C2702A1B742339
Octal16127115447052331644371
Binary11100011011100111011001001110101010110111110100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,108); }

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

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

 a { background-color: rgb(113,185,108); }

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

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

 span { border-color: rgb(113,185,108); }

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