#7A976A

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

Shades of Amulet #7A976A

Tints of Amulet #7A976A

Color information

#7A976A (or 0x7A976A) is unknown color: approx Amulet. HEX triplet: 7A, 97 and 6A. RGB value is (122,151,106). Sum of RGB (Red+Green+Blue) = 122+151+106=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #7A976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A976A is #856895. Grayscale: #898989. Windows color (decimal): -8743062 or 6985594. OLE color: 6985594.

HSL color Cylindrical-coordinate representation of color #7A976A: hue angle of 98.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A976A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB122151106-
CMYK0.1900.300.41
HSL98.67º17.79%50.39%-
HSV(B)98.67º29.8%59.22%-
XYZ21.6927.3117.76-
YUV137.2110.39117.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=32.19%
G=39.84%
B=27.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1221511060.1900.300.4198.6717.7950.39
Hex7A976A1301E29631232
Octal17222715223036511432262
Binary111101010010111110101010011011110101001110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,151,106); }

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

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

 a { background-color: rgb(122,151,106); }

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

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

 span { border-color: rgb(122,151,106); }

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