#71AF6F

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

Shades of Fern #71AF6F

Tints of Fern #71AF6F

Color information

#71AF6F (or 0x71AF6F) is unknown color: approx Fern. HEX triplet: 71, AF and 6F. RGB value is (113,175,111). Sum of RGB (Red+Green+Blue) = 113+175+111=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF6F is #8E5090. Grayscale: #959595. Windows color (decimal): -9326737 or 7319409. OLE color: 7319409.

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

Color convert

RGB113175111-
CMYK0.3500.370.31
HSL118.12º28.57%56.08%-
HSV(B)118.12º36.57%68.63%-
XYZ25.0135.3220.54-
YUV149.17106.46102.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=28.32%
G=43.86%
B=27.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131751110.3500.370.31118.1228.5756.08
Hex71AF6F230251F761d38
Octal16125715743045371663570
Binary1110001101011111101111100011010010111111111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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