#7DA174

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

Shades of Amulet #7DA174

Tints of Amulet #7DA174

Color information

#7DA174 (or 0x7DA174) is unknown color: approx Amulet. HEX triplet: 7D, A1 and 74. RGB value is (125,161,116). Sum of RGB (Red+Green+Blue) = 125+161+116=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA174 is #825E8B. Grayscale: #919191. Windows color (decimal): -8543884 or 7643517. OLE color: 7643517.

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

Color convert

RGB125161116-
CMYK0.2200.280.37
HSL108º19.31%54.31%-
HSV(B)108º27.95%63.14%-
XYZ24.3531.1121.24-
YUV145.11111.57113.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 161 (63.28% from 255) = 40.05%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=31.09%
G=40.05%
B=28.86%

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
Decimal1251611160.2200.280.3710819.3154.31
Hex7DA1741601C256c1336
Octal17524116426034451542366
Binary111110110100001111010010110011100100101110110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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