#7A946C

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

Shades of Amulet #7A946C

Tints of Amulet #7A946C

Color information

#7A946C (or 0x7A946C) is unknown color: approx Amulet. HEX triplet: 7A, 94 and 6C. RGB value is (122,148,108). Sum of RGB (Red+Green+Blue) = 122+148+108=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #7A946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A946C is #856B93. Grayscale: #878787. Windows color (decimal): -8743828 or 7115898. OLE color: 7115898.

HSL color Cylindrical-coordinate representation of color #7A946C: hue angle of 99º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A946C is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB122148108-
CMYK0.1800.270.42
HSL99º15.75%50.2%-
HSV(B)99º27.03%58.04%-
XYZ21.3226.418.16-
YUV135.67112.39118.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=32.28%
G=39.15%
B=28.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221481080.1800.270.429915.7550.2
Hex7A946C1201B2A631032
Octal17222415422033521432062
Binary111101010010100110110010010011011101010110001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,148,108); }

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

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

 a { background-color: rgb(122,148,108); }

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

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

 span { border-color: rgb(122,148,108); }

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