#7A966E

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

Shades of Amulet #7A966E

Tints of Amulet #7A966E

Color information

#7A966E (or 0x7A966E) is unknown color: approx Amulet. HEX triplet: 7A, 96 and 6E. RGB value is (122,150,110). Sum of RGB (Red+Green+Blue) = 122+150+110=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #7A966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A966E is #856991. Grayscale: #898989. Windows color (decimal): -8743314 or 7247482. OLE color: 7247482.

HSL color Cylindrical-coordinate representation of color #7A966E: hue angle of 102º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A966E is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB122150110-
CMYK0.1900.270.41
HSL102º16%50.98%-
HSV(B)102º26.67%58.82%-
XYZ21.7527.0818.83-
YUV137.07112.72117.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.94%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=31.94%
G=39.27%
B=28.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1221501100.1900.270.411021650.98
Hex7A966E1301B29661033
Octal17222615623033511462063
Binary111101010010110110111010011011011101001110011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A966E; }

 p { color: rgb(122,150,110); }

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

<style>
 a { background-color: #7A966E; }

 a { background-color: rgb(122,150,110); }

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

<style>
 span { border-color: #7A966E; }

 span { border-color: rgb(122,150,110); }

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