#76AE78

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

Shades of Fern #76AE78

Tints of Fern #76AE78

Color information

#76AE78 (or 0x76AE78) is unknown color: approx Fern. HEX triplet: 76, AE and 78. RGB value is (118,174,120). Sum of RGB (Red+Green+Blue) = 118+174+120=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AE78 is #895187. Grayscale: #979797. Windows color (decimal): -8999304 or 7908982. OLE color: 7908982.

HSL color Cylindrical-coordinate representation of color #76AE78: hue angle of 122.14º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AE78 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB118174120-
CMYK0.3200.310.32
HSL122.14º25.69%57.25%-
HSV(B)122.14º32.18%68.24%-
XYZ2635.4823.25-
YUV151.1110.45104.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=28.64%
G=42.23%
B=29.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181741200.3200.310.32122.1425.6957.25
Hex76AE782001F207a1a39
Octal16625617040037401723271
Binary1110110101011101111000100000011111100000111101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AE78; }

 p { color: rgb(118,174,120); }

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

<style>
 a { background-color: #76AE78; }

 a { background-color: rgb(118,174,120); }

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

<style>
 span { border-color: #76AE78; }

 span { border-color: rgb(118,174,120); }

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