#73AF75

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

Shades of Fern #73AF75

Tints of Fern #73AF75

Color information

#73AF75 (or 0x73AF75) is unknown color: approx Fern. HEX triplet: 73, AF and 75. RGB value is (115,175,117). Sum of RGB (Red+Green+Blue) = 115+175+117=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF75 is #8C508A. Grayscale: #969696. Windows color (decimal): -9195659 or 7712627. OLE color: 7712627.

HSL color Cylindrical-coordinate representation of color #73AF75: hue angle of 122º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AF75 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB115175117-
CMYK0.3400.330.31
HSL122º27.27%56.86%-
HSV(B)122º34.29%68.63%-
XYZ25.6135.5922.35-
YUV150.45109.12102.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=28.26%
G=43.00%
B=28.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151751170.3400.330.3112227.2756.86
Hex73AF75220211F7a1b39
Octal16325716542041371723371
Binary1110011101011111110101100010010000111111111101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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