#76A976

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

Shades of Amulet #76A976

Tints of Amulet #76A976

Color information

#76A976 (or 0x76A976) is unknown color: approx Amulet. HEX triplet: 76, A9 and 76. RGB value is (118,169,118). Sum of RGB (Red+Green+Blue) = 118+169+118=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #76A976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A976 is #895689. Grayscale: #949494. Windows color (decimal): -9000586 or 7776630. OLE color: 7776630.

HSL color Cylindrical-coordinate representation of color #76A976: hue angle of 120º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A976 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB118169118-
CMYK0.3000.300.34
HSL120º22.87%56.27%-
HSV(B)120º30.18%66.27%-
XYZ24.9333.5422.3-
YUV147.94111.1106.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=29.14%
G=41.73%
B=29.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181691180.3000.300.3412022.8756.27
Hex76A9761E01E22781738
Octal16625116636036421702770
Binary111011010101001111011011110011110100010111100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,169,118); }

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

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

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

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

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

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

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