#74AF71

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

Shades of Fern #74AF71

Tints of Fern #74AF71

Color information

#74AF71 (or 0x74AF71) is unknown color: approx Fern. HEX triplet: 74, AF and 71. RGB value is (116,175,113). Sum of RGB (Red+Green+Blue) = 116+175+113=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF71 is #8B508E. Grayscale: #969696. Windows color (decimal): -9130127 or 7450484. OLE color: 7450484.

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

Color convert

RGB116175113-
CMYK0.3400.350.31
HSL117.1º27.93%56.47%-
HSV(B)117.1º35.43%68.63%-
XYZ25.5135.5721.14-
YUV150.29106.95103.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=28.71%
G=43.32%
B=27.97%

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
Decimal1161751130.3400.350.31117.127.9356.47
Hex74AF71220231F751c38
Octal16425716142043371653470
Binary1110100101011111110001100010010001111111111010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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