#71AA74

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

Shades of Fern #71AA74

Tints of Fern #71AA74

Color information

#71AA74 (or 0x71AA74) is unknown color: approx Fern. HEX triplet: 71, AA and 74. RGB value is (113,170,116). Sum of RGB (Red+Green+Blue) = 113+170+116=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA74 is #8E558B. Grayscale: #929292. Windows color (decimal): -9328012 or 7645809. OLE color: 7645809.

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

Color convert

RGB113170116-
CMYK0.3400.320.33
HSL123.16º25.11%55.49%-
HSV(B)123.16º33.53%66.67%-
XYZ24.3433.5221.71-
YUV146.8110.62103.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=28.32%
G=42.61%
B=29.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131701160.3400.320.33123.1625.1155.49
Hex71AA7422020217b1937
Octal16125216442040411733167
Binary11100011010101011101001000100100000100001111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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