#71B66C

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

Shades of Fern #71B66C

Tints of Fern #71B66C

Color information

#71B66C (or 0x71B66C) is unknown color: approx Fern. HEX triplet: 71, B6 and 6C. RGB value is (113,182,108). Sum of RGB (Red+Green+Blue) = 113+182+108=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #71B66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B66C is #8E4993. Grayscale: #999999. Windows color (decimal): -9324948 or 7124593. OLE color: 7124593.

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

Color convert

RGB113182108-
CMYK0.3800.410.29
HSL115.95º33.64%56.86%-
HSV(B)115.95º40.66%71.37%-
XYZ26.2438.0520.15-
YUV152.93102.6499.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 182 (71.48% from 255) = 45.16%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=28.04%
G=45.16%
B=26.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131821080.3800.410.29115.9533.6456.86
Hex71B66C260291D742239
Octal16126615446051351644271
Binary11100011011011011011001001100101001111011110100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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