#7AB574

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

Shades of Amulet #7AB574

Tints of Amulet #7AB574

Color information

#7AB574 (or 0x7AB574) is unknown color: approx Amulet. HEX triplet: 7A, B5 and 74. RGB value is (122,181,116). Sum of RGB (Red+Green+Blue) = 122+181+116=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB574 is #854A8B. Grayscale: #9C9C9C. Windows color (decimal): -8735372 or 7648634. OLE color: 7648634.

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

Color convert

RGB122181116-
CMYK0.3300.360.29
HSL114.46º30.52%58.24%-
HSV(B)114.46º35.91%70.98%-
XYZ27.738.4522.48-
YUV155.95105.45103.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 181 (71.09% from 255) = 43.20%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=29.12%
G=43.20%
B=27.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221811160.3300.360.29114.4630.5258.24
Hex7AB574210241D721f3a
Octal17226516441044351623772
Binary1111010101101011110100100001010010011101111001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,181,116); }

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

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

 a { background-color: rgb(122,181,116); }

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

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

 span { border-color: rgb(122,181,116); }

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