#7AA073

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

Shades of Amulet #7AA073

Tints of Amulet #7AA073

Color information

#7AA073 (or 0x7AA073) is unknown color: approx Amulet. HEX triplet: 7A, A0 and 73. RGB value is (122,160,115). Sum of RGB (Red+Green+Blue) = 122+160+115=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA073 is #855F8C. Grayscale: #8F8F8F. Windows color (decimal): -8740749 or 7577722. OLE color: 7577722.

HSL color Cylindrical-coordinate representation of color #7AA073: hue angle of 110.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA073 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB122160115-
CMYK0.2400.280.37
HSL110.67º19.15%53.92%-
HSV(B)110.67º28.12%62.75%-
XYZ23.6930.5220.86-
YUV143.51111.91112.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=30.73%
G=40.30%
B=28.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221601150.2400.280.37110.6719.1553.92
Hex7AA0731801C256f1336
Octal17224016330034451572366
Binary111101010100000111001111000011100100101110111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,160,115); }

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

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

 a { background-color: rgb(122,160,115); }

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

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

 span { border-color: rgb(122,160,115); }

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