#71BC77

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

Shades of Fern #71BC77

Tints of Fern #71BC77

Color information

#71BC77 (or 0x71BC77) is unknown color: approx Fern. HEX triplet: 71, BC and 77. RGB value is (113,188,119). Sum of RGB (Red+Green+Blue) = 113+188+119=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC77 is #8E4388. Grayscale: #9D9D9D. Windows color (decimal): -9323401 or 7847025. OLE color: 7847025.

HSL color Cylindrical-coordinate representation of color #71BC77: hue angle of 124.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC77 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB113188119-
CMYK0.4000.370.26
HSL124.8º35.89%59.02%-
HSV(B)124.8º39.89%73.73%-
XYZ28.1240.8123.85-
YUV157.71106.1596.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=26.90%
G=44.76%
B=28.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131881190.4000.370.26124.835.8959.02
Hex71BC77280251A7d243b
Octal16127416750045321754473
Binary11100011011110011101111010000100101110101111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,188,119); }

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

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

 a { background-color: rgb(113,188,119); }

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

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

 span { border-color: rgb(113,188,119); }

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