#76AB66

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

Shades of Amulet #76AB66

Tints of Amulet #76AB66

Color information

#76AB66 (or 0x76AB66) is unknown color: approx Amulet. HEX triplet: 76, AB and 66. RGB value is (118,171,102). Sum of RGB (Red+Green+Blue) = 118+171+102=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB66 is #895499. Grayscale: #939393. Windows color (decimal): -9000090 or 6728566. OLE color: 6728566.

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

Color convert

RGB118171102-
CMYK0.3100.400.33
HSL106.09º29.11%53.53%-
HSV(B)106.09º40.35%67.06%-
XYZ24.4333.9417.83-
YUV147.29102.44107.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=30.18%
G=43.73%
B=26.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711020.3100.400.33106.0929.1153.53
Hex76AB661F028216a1d36
Octal16625314637050411523566
Binary1110110101010111100110111110101000100001110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,102); }

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

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

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

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

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

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

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