#76AA66

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

Shades of Amulet #76AA66

Tints of Amulet #76AA66

Color information

#76AA66 (or 0x76AA66) is unknown color: approx Amulet. HEX triplet: 76, AA and 66. RGB value is (118,170,102). Sum of RGB (Red+Green+Blue) = 118+170+102=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA66 is #895599. Grayscale: #929292. Windows color (decimal): -9000346 or 6728310. OLE color: 6728310.

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

Color convert

RGB118170102-
CMYK0.3100.40.33
HSL105.88º28.57%53.33%-
HSV(B)105.88º40%66.67%-
XYZ24.2433.5617.77-
YUV146.7102.77107.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=30.26%
G=43.59%
B=26.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701020.3100.40.33105.8828.5753.33
Hex76AA661F028216a1d35
Octal16625214637050411523565
Binary1110110101010101100110111110101000100001110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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