#7AA071

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

Shades of Amulet #7AA071

Tints of Amulet #7AA071

Color information

#7AA071 (or 0x7AA071) is unknown color: approx Amulet. HEX triplet: 7A, A0 and 71. RGB value is (122,160,113). Sum of RGB (Red+Green+Blue) = 122+160+113=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA071 is #855F8E. Grayscale: #8F8F8F. Windows color (decimal): -8740751 or 7446650. OLE color: 7446650.

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

Color convert

RGB122160113-
CMYK0.2400.290.37
HSL108.51º19.83%53.53%-
HSV(B)108.51º29.37%62.75%-
XYZ23.5830.4720.26-
YUV143.28110.91112.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=30.89%
G=40.51%
B=28.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221601130.2400.290.37108.5119.8353.53
Hex7AA0711801D256d1436
Octal17224016130035451552466
Binary111101010100000111000111000011101100101110110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,160,113); }

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

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

 a { background-color: rgb(122,160,113); }

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

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

 span { border-color: rgb(122,160,113); }

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