#7AA175

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

Shades of Amulet #7AA175

Tints of Amulet #7AA175

Color information

#7AA175 (or 0x7AA175) is unknown color: approx Amulet. HEX triplet: 7A, A1 and 75. RGB value is (122,161,117). Sum of RGB (Red+Green+Blue) = 122+161+117=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA175 is #855E8A. Grayscale: #909090. Windows color (decimal): -8740491 or 7709050. OLE color: 7709050.

HSL color Cylindrical-coordinate representation of color #7AA175: hue angle of 113.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA175 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB122161117-
CMYK0.2400.270.37
HSL113.18º18.97%54.51%-
HSV(B)113.18º27.33%63.14%-
XYZ23.9830.9121.53-
YUV144.32112.58112.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.5%
GREEN value IS 161 (63.28% from 255) = 40.25%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=30.5%
G=40.25%
B=29.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221611170.2400.270.37113.1818.9754.51
Hex7AA1751801B25711337
Octal17224116530033451612367
Binary111101010100001111010111000011011100101111000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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