#71AF70

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

Shades of Fern #71AF70

Tints of Fern #71AF70

Color information

#71AF70 (or 0x71AF70) is unknown color: approx Fern. HEX triplet: 71, AF and 70. RGB value is (113,175,112). Sum of RGB (Red+Green+Blue) = 113+175+112=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF70 is #8E508F. Grayscale: #959595. Windows color (decimal): -9326736 or 7384945. OLE color: 7384945.

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

Color convert

RGB113175112-
CMYK0.3500.360.31
HSL119.05º28.25%56.27%-
HSV(B)119.05º36%68.63%-
XYZ25.0635.3420.83-
YUV149.28106.96102.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 112 (44.14% from 255) = 28%
R=28.25%
G=43.75%
B=28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131751120.3500.360.31119.0528.2556.27
Hex71AF70230241F771c38
Octal16125716043044371673470
Binary1110001101011111110000100011010010011111111011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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