#79A470

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

Shades of Amulet #79A470

Tints of Amulet #79A470

Color information

#79A470 (or 0x79A470) is unknown color: approx Amulet. HEX triplet: 79, A4 and 70. RGB value is (121,164,112). Sum of RGB (Red+Green+Blue) = 121+164+112=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #79A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A470 is #865B8F. Grayscale: #919191. Windows color (decimal): -8805264 or 7382137. OLE color: 7382137.

HSL color Cylindrical-coordinate representation of color #79A470: hue angle of 109.62º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79A470 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB121164112-
CMYK0.2600.320.36
HSL109.62º22.22%54.12%-
HSV(B)109.62º31.71%64.31%-
XYZ24.0931.7920.2-
YUV145.22109.25110.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=30.48%
G=41.31%
B=28.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211641120.2600.320.36109.6222.2254.12
Hex79A4701A020246e1636
Octal17124416032040441562666
Binary1111001101001001110000110100100000100100110111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,164,112); }

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

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

 a { background-color: rgb(121,164,112); }

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

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

 span { border-color: rgb(121,164,112); }

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