#79A073

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

Shades of Amulet #79A073

Tints of Amulet #79A073

Color information

#79A073 (or 0x79A073) is unknown color: approx Amulet. HEX triplet: 79, A0 and 73. RGB value is (121,160,115). Sum of RGB (Red+Green+Blue) = 121+160+115=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #79A073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A073 is #865F8C. Grayscale: #8F8F8F. Windows color (decimal): -8806285 or 7577721. OLE color: 7577721.

HSL color Cylindrical-coordinate representation of color #79A073: hue angle of 112º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79A073 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB121160115-
CMYK0.2400.280.37
HSL112º19.15%53.92%-
HSV(B)112º28.12%62.75%-
XYZ23.5530.4420.85-
YUV143.21112.08112.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=30.56%
G=40.40%
B=29.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211601150.2400.280.3711219.1553.92
Hex79A0731801C25701336
Octal17124016330034451602366
Binary111100110100000111001111000011100100101111000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,160,115); }

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

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

 a { background-color: rgb(121,160,115); }

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

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

 span { border-color: rgb(121,160,115); }

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