#73AD71

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

Shades of Fern #73AD71

Tints of Fern #73AD71

Color information

#73AD71 (or 0x73AD71) is unknown color: approx Fern. HEX triplet: 73, AD and 71. RGB value is (115,173,113). Sum of RGB (Red+Green+Blue) = 115+173+113=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AD71 is #8C528E. Grayscale: #959595. Windows color (decimal): -9196175 or 7449971. OLE color: 7449971.

HSL color Cylindrical-coordinate representation of color #73AD71: hue angle of 118º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73AD71 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB115173113-
CMYK0.3400.350.32
HSL118º26.79%56.08%-
HSV(B)118º34.68%67.84%-
XYZ24.9934.7221.01-
YUV148.82107.78103.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=28.68%
G=43.14%
B=28.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151731130.3400.350.3211826.7956.08
Hex73AD712202320761b38
Octal16325516142043401663370
Binary11100111010110111100011000100100011100000111011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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