#74AA76

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

Shades of Fern #74AA76

Tints of Fern #74AA76

Color information

#74AA76 (or 0x74AA76) is unknown color: approx Fern. HEX triplet: 74, AA and 76. RGB value is (116,170,118). Sum of RGB (Red+Green+Blue) = 116+170+118=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA76 is #8B5589. Grayscale: #949494. Windows color (decimal): -9131402 or 7776884. OLE color: 7776884.

HSL color Cylindrical-coordinate representation of color #74AA76: hue angle of 122.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AA76 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB116170118-
CMYK0.3200.310.33
HSL122.22º24.11%56.08%-
HSV(B)122.22º31.76%66.67%-
XYZ24.8533.7722.35-
YUV147.93111.11105.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=28.71%
G=42.08%
B=29.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701180.3200.310.33122.2224.1156.08
Hex74AA762001F217a1838
Octal16425216640037411723070
Binary1110100101010101110110100000011111100001111101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,170,118); }

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

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

 a { background-color: rgb(116,170,118); }

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

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

 span { border-color: rgb(116,170,118); }

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