#7AAC6E

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

Shades of Amulet #7AAC6E

Tints of Amulet #7AAC6E

Color information

#7AAC6E (or 0x7AAC6E) is unknown color: approx Amulet. HEX triplet: 7A, AC and 6E. RGB value is (122,172,110). Sum of RGB (Red+Green+Blue) = 122+172+110=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC6E is #855391. Grayscale: #969696. Windows color (decimal): -8737682 or 7253114. OLE color: 7253114.

HSL color Cylindrical-coordinate representation of color #7AAC6E: hue angle of 108.39º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AAC6E is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB122172110-
CMYK0.2900.360.33
HSL108.39º27.19%55.29%-
HSV(B)108.39º36.05%67.45%-
XYZ25.5934.7720.11-
YUV149.98105.44108.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.20%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=30.20%
G=42.57%
B=27.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221721100.2900.360.33108.3927.1955.29
Hex7AAC6E1D024216c1b37
Octal17225415635044411543367
Binary1111010101011001101110111010100100100001110110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,110); }

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

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

 a { background-color: rgb(122,172,110); }

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

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

 span { border-color: rgb(122,172,110); }

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