#71B96B

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

Shades of Fern #71B96B

Tints of Fern #71B96B

Color information

#71B96B (or 0x71B96B) is unknown color: approx Fern. HEX triplet: 71, B9 and 6B. RGB value is (113,185,107). Sum of RGB (Red+Green+Blue) = 113+185+107=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #71B96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B96B is #8E4694. Grayscale: #9A9A9A. Windows color (decimal): -9324181 or 7059825. OLE color: 7059825.

HSL color Cylindrical-coordinate representation of color #71B96B: hue angle of 115.38º degrees, saturation: 0.36, 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 #71B96B is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB113185107-
CMYK0.3900.420.27
HSL115.38º35.78%57.25%-
HSV(B)115.38º42.16%72.55%-
XYZ26.8139.2720.08-
YUV154.58101.1598.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=27.90%
G=45.68%
B=26.42%

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
Decimal1131851070.3900.420.27115.3835.7857.25
Hex71B96B2702A1B732439
Octal16127115347052331634471
Binary11100011011100111010111001110101010110111110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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