#7AB46D

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

Shades of Amulet #7AB46D

Tints of Amulet #7AB46D

Color information

#7AB46D (or 0x7AB46D) is unknown color: approx Amulet. HEX triplet: 7A, B4 and 6D. RGB value is (122,180,109). Sum of RGB (Red+Green+Blue) = 122+180+109=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB46D is #854B92. Grayscale: #9A9A9A. Windows color (decimal): -8735635 or 7189626. OLE color: 7189626.

HSL color Cylindrical-coordinate representation of color #7AB46D: hue angle of 109.01º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AB46D is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB122180109-
CMYK0.3200.390.29
HSL109.01º32.13%56.67%-
HSV(B)109.01º39.44%70.59%-
XYZ27.1137.8820.35-
YUV154.56102.28104.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=29.68%
G=43.80%
B=26.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801090.3200.390.29109.0132.1356.67
Hex7AB46D200271D6d2039
Octal17226415540047351554071
Binary11110101011010011011011000000100111111011101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,180,109); }

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

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

 a { background-color: rgb(122,180,109); }

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

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

 span { border-color: rgb(122,180,109); }

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