#71A96E

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

Shades of Fern #71A96E

Tints of Fern #71A96E

Color information

#71A96E (or 0x71A96E) is unknown color: approx Fern. HEX triplet: 71, A9 and 6E. RGB value is (113,169,110). Sum of RGB (Red+Green+Blue) = 113+169+110=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #71A96E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A96E is #8E5691. Grayscale: #919191. Windows color (decimal): -9328274 or 7252337. OLE color: 7252337.

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

Color convert

RGB113169110-
CMYK0.3300.350.34
HSL116.95º25.54%54.71%-
HSV(B)116.95º34.91%66.27%-
XYZ23.8133.0119.87-
YUV145.53107.95104.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=28.83%
G=43.11%
B=28.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131691100.3300.350.34116.9525.5454.71
Hex71A96E2102322751a37
Octal16125115641043421653267
Binary11100011010100111011101000010100011100010111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,169,110); }

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

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

 a { background-color: rgb(113,169,110); }

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

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

 span { border-color: rgb(113,169,110); }

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