#76A675

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

Shades of Amulet #76A675

Tints of Amulet #76A675

Color information

#76A675 (or 0x76A675) is unknown color: approx Amulet. HEX triplet: 76, A6 and 75. RGB value is (118,166,117). Sum of RGB (Red+Green+Blue) = 118+166+117=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #76A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A675 is #89598A. Grayscale: #929292. Windows color (decimal): -9001355 or 7710326. OLE color: 7710326.

HSL color Cylindrical-coordinate representation of color #76A675: hue angle of 118.78º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A675 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB118166117-
CMYK0.2900.300.35
HSL118.78º21.59%55.49%-
HSV(B)118.78º29.52%65.1%-
XYZ24.3232.4121.8-
YUV146.06111.6107.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=29.43%
G=41.40%
B=29.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181661170.2900.300.35118.7821.5955.49
Hex76A6751D01E23771637
Octal16624616535036431672667
Binary111011010100110111010111101011110100011111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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