#71AA6D

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

Shades of Fern #71AA6D

Tints of Fern #71AA6D

Color information

#71AA6D (or 0x71AA6D) is unknown color: approx Fern. HEX triplet: 71, AA and 6D. RGB value is (113,170,109). Sum of RGB (Red+Green+Blue) = 113+170+109=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA6D is #8E5592. Grayscale: #929292. Windows color (decimal): -9328019 or 7187057. OLE color: 7187057.

HSL color Cylindrical-coordinate representation of color #71AA6D: hue angle of 116.07º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71AA6D is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB113170109-
CMYK0.3400.360.33
HSL116.07º26.41%54.71%-
HSV(B)116.07º35.88%66.67%-
XYZ23.9533.3619.65-
YUV146107.12104.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=28.83%
G=43.37%
B=27.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131701090.3400.360.33116.0726.4154.71
Hex71AA6D2202421741a37
Octal16125215542044411643267
Binary11100011010101011011011000100100100100001111010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,170,109); }

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

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

 a { background-color: rgb(113,170,109); }

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

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

 span { border-color: rgb(113,170,109); }

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