#7AA872

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

Shades of Amulet #7AA872

Tints of Amulet #7AA872

Color information

#7AA872 (or 0x7AA872) is unknown color: approx Amulet. HEX triplet: 7A, A8 and 72. RGB value is (122,168,114). Sum of RGB (Red+Green+Blue) = 122+168+114=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA872 is #85578D. Grayscale: #949494. Windows color (decimal): -8738702 or 7514234. OLE color: 7514234.

HSL color Cylindrical-coordinate representation of color #7AA872: hue angle of 111.11º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AA872 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB122168114-
CMYK0.2700.320.34
HSL111.11º23.68%55.29%-
HSV(B)111.11º32.14%65.88%-
XYZ25.0733.3621.04-
YUV148.09108.76109.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.20%
GREEN value IS 168 (66.02% from 255) = 41.58%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=30.20%
G=41.58%
B=28.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221681140.2700.320.34111.1123.6855.29
Hex7AA8721B020226f1837
Octal17225016233040421573067
Binary1111010101010001110010110110100000100010110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,168,114); }

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

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

 a { background-color: rgb(122,168,114); }

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

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

 span { border-color: rgb(122,168,114); }

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