#7AA873

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

Shades of Amulet #7AA873

Tints of Amulet #7AA873

Color information

#7AA873 (or 0x7AA873) is unknown color: approx Amulet. HEX triplet: 7A, A8 and 73. RGB value is (122,168,115). Sum of RGB (Red+Green+Blue) = 122+168+115=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA873 is #85578C. Grayscale: #949494. Windows color (decimal): -8738701 or 7579770. OLE color: 7579770.

HSL color Cylindrical-coordinate representation of color #7AA873: hue angle of 112.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AA873 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB122168115-
CMYK0.2700.320.34
HSL112.08º23.35%55.49%-
HSV(B)112.08º31.55%65.88%-
XYZ25.1233.3821.34-
YUV148.2109.26109.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.12%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=30.12%
G=41.48%
B=28.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221681150.2700.320.34112.0823.3555.49
Hex7AA8731B02022701737
Octal17225016333040421602767
Binary1111010101010001110011110110100000100010111000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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