#71AF6D

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

Shades of Fern #71AF6D

Tints of Fern #71AF6D

Color information

#71AF6D (or 0x71AF6D) is unknown color: approx Fern. HEX triplet: 71, AF and 6D. RGB value is (113,175,109). Sum of RGB (Red+Green+Blue) = 113+175+109=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF6D is #8E5092. Grayscale: #959595. Windows color (decimal): -9326739 or 7188337. OLE color: 7188337.

HSL color Cylindrical-coordinate representation of color #71AF6D: hue angle of 116.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71AF6D is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB113175109-
CMYK0.3500.380.31
HSL116.36º29.2%55.69%-
HSV(B)116.36º37.71%68.63%-
XYZ24.935.2719.96-
YUV148.94105.46102.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=28.46%
G=44.08%
B=27.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131751090.3500.380.31116.3629.255.69
Hex71AF6D230261F741d38
Octal16125715543046371643570
Binary1110001101011111101101100011010011011111111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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