#71B76A

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

Shades of Fern #71B76A

Tints of Fern #71B76A

Color information

#71B76A (or 0x71B76A) is unknown color: approx Fern. HEX triplet: 71, B7 and 6A. RGB value is (113,183,106). Sum of RGB (Red+Green+Blue) = 113+183+106=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #71B76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B76A is #8E4895. Grayscale: #999999. Windows color (decimal): -9324694 or 6993777. OLE color: 6993777.

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

Color convert

RGB113183106-
CMYK0.3800.420.28
HSL114.55º34.84%56.67%-
HSV(B)114.55º42.08%71.76%-
XYZ26.3538.4219.66-
YUV153.29101.3199.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=28.11%
G=45.52%
B=26.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831060.3800.420.28114.5534.8456.67
Hex71B76A2602A1C732339
Octal16126715246052341634371
Binary11100011011011111010101001100101010111001110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,106); }

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

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

 a { background-color: rgb(113,183,106); }

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

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

 span { border-color: rgb(113,183,106); }

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