#7AA272

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

Shades of Amulet #7AA272

Tints of Amulet #7AA272

Color information

#7AA272 (or 0x7AA272) is unknown color: approx Amulet. HEX triplet: 7A, A2 and 72. RGB value is (122,162,114). Sum of RGB (Red+Green+Blue) = 122+162+114=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA272 is #855D8D. Grayscale: #909090. Windows color (decimal): -8740238 or 7512698. OLE color: 7512698.

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

Color convert

RGB122162114-
CMYK0.2500.300.36
HSL110º20.51%54.12%-
HSV(B)110º29.63%63.53%-
XYZ23.9831.1920.68-
YUV144.57110.75111.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.65%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=30.65%
G=40.70%
B=28.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221621140.2500.300.3611020.5154.12
Hex7AA2721901E246e1536
Octal17224216231036441562566
Binary111101010100010111001011001011110100100110111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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