#7A996D

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

Shades of Amulet #7A996D

Tints of Amulet #7A996D

Color information

#7A996D (or 0x7A996D) is unknown color: approx Amulet. HEX triplet: 7A, 99 and 6D. RGB value is (122,153,109). Sum of RGB (Red+Green+Blue) = 122+153+109=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #7A996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A996D is #856692. Grayscale: #8A8A8A. Windows color (decimal): -8742547 or 7182714. OLE color: 7182714.

HSL color Cylindrical-coordinate representation of color #7A996D: hue angle of 102.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A996D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB122153109-
CMYK0.2000.290.4
HSL102.27º17.74%51.37%-
HSV(B)102.27º28.76%60%-
XYZ22.1828.0218.71-
YUV138.71111.23116.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 109 (42.97% from 255) = 28.39%
R=31.77%
G=39.84%
B=28.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1221531090.2000.290.4102.2717.7451.37
Hex7A996D1401D28661233
Octal17223115524035501462263
Binary111101010011001110110110100011101101000110011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,153,109); }

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

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

 a { background-color: rgb(122,153,109); }

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

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

 span { border-color: rgb(122,153,109); }

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