#7AA274

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

Shades of Amulet #7AA274

Tints of Amulet #7AA274

Color information

#7AA274 (or 0x7AA274) is unknown color: approx Amulet. HEX triplet: 7A, A2 and 74. RGB value is (122,162,116). Sum of RGB (Red+Green+Blue) = 122+162+116=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA274 is #855D8B. Grayscale: #909090. Windows color (decimal): -8740236 or 7643770. OLE color: 7643770.

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

Color convert

RGB122162116-
CMYK0.2500.280.36
HSL112.17º19.83%54.51%-
HSV(B)112.17º28.4%63.53%-
XYZ24.131.2421.28-
YUV144.8111.75111.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.5%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 116 (45.70% from 255) = 29%
R=30.5%
G=40.5%
B=29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221621160.2500.280.36112.1719.8354.51
Hex7AA2741901C24701437
Octal17224216431034441602467
Binary111101010100010111010011001011100100100111000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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