#76AA6A

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

Shades of Amulet #76AA6A

Tints of Amulet #76AA6A

Color information

#76AA6A (or 0x76AA6A) is unknown color: approx Amulet. HEX triplet: 76, AA and 6A. RGB value is (118,170,106). Sum of RGB (Red+Green+Blue) = 118+170+106=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA6A is #895595. Grayscale: #939393. Windows color (decimal): -9000342 or 6990454. OLE color: 6990454.

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

Color convert

RGB118170106-
CMYK0.3100.380.33
HSL108.75º27.35%54.12%-
HSV(B)108.75º37.65%66.67%-
XYZ24.4533.6418.84-
YUV147.16104.77107.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=29.95%
G=43.15%
B=26.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701060.3100.380.33108.7527.3554.12
Hex76AA6A1F026216d1b36
Octal16625215237046411553366
Binary1110110101010101101010111110100110100001110110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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