#79A972

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

Shades of Amulet #79A972

Tints of Amulet #79A972

Color information

#79A972 (or 0x79A972) is unknown color: approx Amulet. HEX triplet: 79, A9 and 72. RGB value is (121,169,114). Sum of RGB (Red+Green+Blue) = 121+169+114=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #79A972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A972 is #86568D. Grayscale: #949494. Windows color (decimal): -8803982 or 7514489. OLE color: 7514489.

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

Color convert

RGB121169114-
CMYK0.2800.330.34
HSL112.36º24.23%55.49%-
HSV(B)112.36º32.54%66.27%-
XYZ25.1133.6621.09-
YUV148.38108.6108.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.95%
GREEN value IS 169 (66.41% from 255) = 41.83%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=29.95%
G=41.83%
B=28.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1211691140.2800.330.34112.3624.2355.49
Hex79A9721C02122701837
Octal17125116234041421603067
Binary1111001101010011110010111000100001100010111000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A972; }

 p { color: rgb(121,169,114); }

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

<style>
 a { background-color: #79A972; }

 a { background-color: rgb(121,169,114); }

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

<style>
 span { border-color: #79A972; }

 span { border-color: rgb(121,169,114); }

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