#76AE72

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

Shades of Amulet #76AE72

Tints of Amulet #76AE72

Color information

#76AE72 (or 0x76AE72) is unknown color: approx Amulet. HEX triplet: 76, AE and 72. RGB value is (118,174,114). Sum of RGB (Red+Green+Blue) = 118+174+114=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AE72 is #89518D. Grayscale: #969696. Windows color (decimal): -8999310 or 7515766. OLE color: 7515766.

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

Color convert

RGB118174114-
CMYK0.3200.340.32
HSL116º27.03%56.47%-
HSV(B)116º34.48%68.24%-
XYZ25.6435.3421.39-
YUV150.42107.45104.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=29.06%
G=42.86%
B=28.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181741140.3200.340.3211627.0356.47
Hex76AE722002220741b38
Octal16625616240042401643370
Binary11101101010111011100101000000100010100000111010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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