#7AA96A

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

Shades of Amulet #7AA96A

Tints of Amulet #7AA96A

Color information

#7AA96A (or 0x7AA96A) is unknown color: approx Amulet. HEX triplet: 7A, A9 and 6A. RGB value is (122,169,106). Sum of RGB (Red+Green+Blue) = 122+169+106=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA96A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA96A is #855695. Grayscale: #939393. Windows color (decimal): -8738454 or 6990202. OLE color: 6990202.

HSL color Cylindrical-coordinate representation of color #7AA96A: hue angle of 104.76º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AA96A is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB122169106-
CMYK0.2800.370.34
HSL104.76º26.81%53.92%-
HSV(B)104.76º37.28%66.27%-
XYZ24.8233.5518.8-
YUV147.76104.43109.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=30.73%
G=42.57%
B=26.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221691060.2800.370.34104.7626.8153.92
Hex7AA96A1C02522691b36
Octal17225115234045421513366
Binary1111010101010011101010111000100101100010110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,169,106); }

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

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

 a { background-color: rgb(122,169,106); }

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

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

 span { border-color: rgb(122,169,106); }

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