#7AAA77

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

Shades of Amulet #7AAA77

Tints of Amulet #7AAA77

Color information

#7AAA77 (or 0x7AAA77) is unknown color: approx Amulet. HEX triplet: 7A, AA and 77. RGB value is (122,170,119). Sum of RGB (Red+Green+Blue) = 122+170+119=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA77 is #855588. Grayscale: #959595. Windows color (decimal): -8738185 or 7842426. OLE color: 7842426.

HSL color Cylindrical-coordinate representation of color #7AAA77: hue angle of 116.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAA77 is Cyan = 0.28, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB122170119-
CMYK0.2800.30.33
HSL116.47º23.08%56.67%-
HSV(B)116.47º30%66.67%-
XYZ25.7334.2222.7-
YUV149.83110.6108.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=29.68%
G=41.36%
B=28.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221701190.2800.30.33116.4723.0856.67
Hex7AAA771C01E21741739
Octal17225216734036411642771
Binary111101010101010111011111100011110100001111010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,170,119); }

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

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

 a { background-color: rgb(122,170,119); }

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

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

 span { border-color: rgb(122,170,119); }

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