#7DAA79

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

Shades of Amulet #7DAA79

Tints of Amulet #7DAA79

Color information

#7DAA79 (or 0x7DAA79) is unknown color: approx Amulet. HEX triplet: 7D, AA and 79. RGB value is (125,170,121). Sum of RGB (Red+Green+Blue) = 125+170+121=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA79 is #825586. Grayscale: #979797. Windows color (decimal): -8541575 or 7973501. OLE color: 7973501.

HSL color Cylindrical-coordinate representation of color #7DAA79: hue angle of 115.1º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAA79 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB125170121-
CMYK0.2600.290.33
HSL115.1º22.37%57.06%-
HSV(B)115.1º28.82%66.67%-
XYZ26.2834.4923.36-
YUV150.96111.09109.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=30.05%
G=40.87%
B=29.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701210.2600.290.33115.122.3757.06
Hex7DAA791A01D21731639
Octal17525217132035411632671
Binary111110110101010111100111010011101100001111001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,121); }

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

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

 a { background-color: rgb(125,170,121); }

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

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

 span { border-color: rgb(125,170,121); }

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