#7AA273

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

Shades of Amulet #7AA273

Tints of Amulet #7AA273

Color information

#7AA273 (or 0x7AA273) is unknown color: approx Amulet. HEX triplet: 7A, A2 and 73. RGB value is (122,162,115). Sum of RGB (Red+Green+Blue) = 122+162+115=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA273 is #855D8C. Grayscale: #909090. Windows color (decimal): -8740237 or 7578234. OLE color: 7578234.

HSL color Cylindrical-coordinate representation of color #7AA273: hue angle of 111.06º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AA273 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB122162115-
CMYK0.2500.290.36
HSL111.06º20.17%54.31%-
HSV(B)111.06º29.01%63.53%-
XYZ24.0431.2220.98-
YUV144.68111.25111.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=30.58%
G=40.60%
B=28.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221621150.2500.290.36111.0620.1754.31
Hex7AA2731901D246f1436
Octal17224216331035441572466
Binary111101010100010111001111001011101100100110111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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