#71AF72

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

Shades of Fern #71AF72

Tints of Fern #71AF72

Color information

#71AF72 (or 0x71AF72) is unknown color: approx Fern. HEX triplet: 71, AF and 72. RGB value is (113,175,114). Sum of RGB (Red+Green+Blue) = 113+175+114=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF72 is #8E508D. Grayscale: #959595. Windows color (decimal): -9326734 or 7516017. OLE color: 7516017.

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

Color convert

RGB113175114-
CMYK0.3500.350.31
HSL120.97º27.93%56.47%-
HSV(B)120.97º35.43%68.63%-
XYZ25.1835.3921.42-
YUV149.51107.96101.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=28.11%
G=43.53%
B=28.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131751140.3500.350.31120.9727.9356.47
Hex71AF72230231F791c38
Octal16125716243043371713470
Binary1110001101011111110010100011010001111111111100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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