#7DA373

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

Shades of Amulet #7DA373

Tints of Amulet #7DA373

Color information

#7DA373 (or 0x7DA373) is unknown color: approx Amulet. HEX triplet: 7D, A3 and 73. RGB value is (125,163,115). Sum of RGB (Red+Green+Blue) = 125+163+115=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA373 is #825C8C. Grayscale: #929292. Windows color (decimal): -8543373 or 7578493. OLE color: 7578493.

HSL color Cylindrical-coordinate representation of color #7DA373: hue angle of 107.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DA373 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB125163115-
CMYK0.2300.290.36
HSL107.5º20.69%54.51%-
HSV(B)107.5º29.45%63.92%-
XYZ24.6531.7921.06-
YUV146.17110.41112.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=31.02%
G=40.45%
B=28.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251631150.2300.290.36107.520.6954.51
Hex7DA3731701D246c1537
Octal17524316327035441542567
Binary111110110100011111001110111011101100100110110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,163,115); }

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

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

 a { background-color: rgb(125,163,115); }

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

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

 span { border-color: rgb(125,163,115); }

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