#71B674

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

Shades of Fern #71B674

Tints of Fern #71B674

Color information

#71B674 (or 0x71B674) is unknown color: approx Fern. HEX triplet: 71, B6 and 74. RGB value is (113,182,116). Sum of RGB (Red+Green+Blue) = 113+182+116=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #71B674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B674 is #8E498B. Grayscale: #9A9A9A. Windows color (decimal): -9324940 or 7648881. OLE color: 7648881.

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

Color convert

RGB113182116-
CMYK0.3800.360.29
HSL122.61º32.09%57.84%-
HSV(B)122.61º37.91%71.37%-
XYZ26.6938.2322.49-
YUV153.84106.6498.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.49%
GREEN value IS 182 (71.48% from 255) = 44.28%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=27.49%
G=44.28%
B=28.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131821160.3800.360.29122.6132.0957.84
Hex71B674260241D7b203a
Octal16126616446044351734072
Binary11100011011011011101001001100100100111011111011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,182,116); }

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

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

 a { background-color: rgb(113,182,116); }

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

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

 span { border-color: rgb(113,182,116); }

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