#7AA170

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

Shades of Amulet #7AA170

Tints of Amulet #7AA170

Color information

#7AA170 (or 0x7AA170) is unknown color: approx Amulet. HEX triplet: 7A, A1 and 70. RGB value is (122,161,112). Sum of RGB (Red+Green+Blue) = 122+161+112=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA170 is #855E8F. Grayscale: #8F8F8F. Windows color (decimal): -8740496 or 7381370. OLE color: 7381370.

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

Color convert

RGB122161112-
CMYK0.2400.300.37
HSL107.76º20.68%53.53%-
HSV(B)107.76º30.43%63.14%-
XYZ23.730.820.02-
YUV143.75110.08112.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=30.89%
G=40.76%
B=28.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221611120.2400.300.37107.7620.6853.53
Hex7AA1701801E256c1536
Octal17224116030036451542566
Binary111101010100001111000011000011110100101110110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,161,112); }

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

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

 a { background-color: rgb(122,161,112); }

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

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

 span { border-color: rgb(122,161,112); }

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