#7AB473

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

Shades of Amulet #7AB473

Tints of Amulet #7AB473

Color information

#7AB473 (or 0x7AB473) is unknown color: approx Amulet. HEX triplet: 7A, B4 and 73. RGB value is (122,180,115). Sum of RGB (Red+Green+Blue) = 122+180+115=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB473 is #854B8C. Grayscale: #9B9B9B. Windows color (decimal): -8735629 or 7582842. OLE color: 7582842.

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

Color convert

RGB122180115-
CMYK0.3200.360.29
HSL113.54º30.23%57.84%-
HSV(B)113.54º36.11%70.59%-
XYZ27.4438.0222.11-
YUV155.25105.28104.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=29.26%
G=43.17%
B=27.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801150.3200.360.29113.5430.2357.84
Hex7AB473200241D721e3a
Octal17226416340044351623672
Binary1111010101101001110011100000010010011101111001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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