#7DA074

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

Shades of Amulet #7DA074

Tints of Amulet #7DA074

Color information

#7DA074 (or 0x7DA074) is unknown color: approx Amulet. HEX triplet: 7D, A0 and 74. RGB value is (125,160,116). Sum of RGB (Red+Green+Blue) = 125+160+116=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA074 is #825F8B. Grayscale: #909090. Windows color (decimal): -8544140 or 7643261. OLE color: 7643261.

HSL color Cylindrical-coordinate representation of color #7DA074: hue angle of 107.73º 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 #7DA074 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB125160116-
CMYK0.2200.280.37
HSL107.73º18.8%54.12%-
HSV(B)107.73º27.5%62.75%-
XYZ24.1830.7621.19-
YUV144.52111.9114.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 160 (62.89% from 255) = 39.90%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=31.17%
G=39.90%
B=28.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1251601160.2200.280.37107.7318.854.12
Hex7DA0741601C256c1336
Octal17524016426034451542366
Binary111110110100000111010010110011100100101110110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,160,116); }

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

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

 a { background-color: rgb(125,160,116); }

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

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

 span { border-color: rgb(125,160,116); }

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