#76AA76

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

Shades of Amulet #76AA76

Tints of Amulet #76AA76

Color information

#76AA76 (or 0x76AA76) is unknown color: approx Amulet. HEX triplet: 76, AA and 76. RGB value is (118,170,118). Sum of RGB (Red+Green+Blue) = 118+170+118=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA76 is #895589. Grayscale: #949494. Windows color (decimal): -9000330 or 7776886. OLE color: 7776886.

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

Color convert

RGB118170118-
CMYK0.3100.310.33
HSL120º23.42%56.47%-
HSV(B)120º30.59%66.67%-
XYZ25.1233.9122.36-
YUV148.52110.77106.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=29.06%
G=41.87%
B=29.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701180.3100.310.3312023.4256.47
Hex76AA761F01F21781738
Octal16625216637037411702770
Binary111011010101010111011011111011111100001111100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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