#76A66A

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

Shades of Amulet #76A66A

Tints of Amulet #76A66A

Color information

#76A66A (or 0x76A66A) is unknown color: approx Amulet. HEX triplet: 76, A6 and 6A. RGB value is (118,166,106). Sum of RGB (Red+Green+Blue) = 118+166+106=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #76A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A66A is #895995. Grayscale: #919191. Windows color (decimal): -9001366 or 6989430. OLE color: 6989430.

HSL color Cylindrical-coordinate representation of color #76A66A: hue angle of 108º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76A66A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB118166106-
CMYK0.2900.360.35
HSL108º25.21%53.33%-
HSV(B)108º36.14%65.1%-
XYZ23.7132.1618.59-
YUV144.81106.1108.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 166 (65.23% from 255) = 42.56%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=30.26%
G=42.56%
B=27.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181661060.2900.360.3510825.2153.33
Hex76A66A1D024236c1935
Octal16624615235044431543165
Binary1110110101001101101010111010100100100011110110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,166,106); }

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

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

 a { background-color: rgb(118,166,106); }

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

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

 span { border-color: rgb(118,166,106); }

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