#73AF71

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

Shades of Fern #73AF71

Tints of Fern #73AF71

Color information

#73AF71 (or 0x73AF71) is unknown color: approx Fern. HEX triplet: 73, AF and 71. RGB value is (115,175,113). Sum of RGB (Red+Green+Blue) = 115+175+113=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF71 is #8C508E. Grayscale: #969696. Windows color (decimal): -9195663 or 7450483. OLE color: 7450483.

HSL color Cylindrical-coordinate representation of color #73AF71: hue angle of 118.06º 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 #73AF71 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB115175113-
CMYK0.3400.350.31
HSL118.06º27.93%56.47%-
HSV(B)118.06º35.43%68.63%-
XYZ25.3835.521.14-
YUV149.99107.12103.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=28.54%
G=43.42%
B=28.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151751130.3400.350.31118.0627.9356.47
Hex73AF71220231F761c38
Octal16325716142043371663470
Binary1110011101011111110001100010010001111111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AF71; }

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

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

<style>
 a { background-color: #73AF71; }

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

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

<style>
 span { border-color: #73AF71; }

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

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