#7AAB77

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

Shades of Amulet #7AAB77

Tints of Amulet #7AAB77

Color information

#7AAB77 (or 0x7AAB77) is unknown color: approx Amulet. HEX triplet: 7A, AB and 77. RGB value is (122,171,119). Sum of RGB (Red+Green+Blue) = 122+171+119=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB77 is #855488. Grayscale: #969696. Windows color (decimal): -8737929 or 7842682. OLE color: 7842682.

HSL color Cylindrical-coordinate representation of color #7AAB77: hue angle of 116.54º degrees, saturation: 0.24, 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 #7AAB77 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB122171119-
CMYK0.2900.300.33
HSL116.54º23.64%56.86%-
HSV(B)116.54º30.41%67.06%-
XYZ25.9234.622.76-
YUV150.42110.27107.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=29.61%
G=41.50%
B=28.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711190.2900.300.33116.5423.6456.86
Hex7AAB771D01E21751839
Octal17225316735036411653071
Binary111101010101011111011111101011110100001111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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