#74AF73

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

Shades of Fern #74AF73

Tints of Fern #74AF73

Color information

#74AF73 (or 0x74AF73) is unknown color: approx Fern. HEX triplet: 74, AF and 73. RGB value is (116,175,115). Sum of RGB (Red+Green+Blue) = 116+175+115=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF73 is #8B508C. Grayscale: #969696. Windows color (decimal): -9130125 or 7581556. OLE color: 7581556.

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

Color convert

RGB116175115-
CMYK0.3400.340.31
HSL119º27.27%56.86%-
HSV(B)119º34.29%68.63%-
XYZ25.6335.6121.74-
YUV150.52107.95103.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=28.57%
G=43.10%
B=28.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161751150.3400.340.3111927.2756.86
Hex74AF73220221F771b39
Octal16425716342042371673371
Binary1110100101011111110011100010010001011111111011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AF73; }

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

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

<style>
 a { background-color: #74AF73; }

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

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

<style>
 span { border-color: #74AF73; }

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

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