#7DA475

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

Shades of Amulet #7DA475

Tints of Amulet #7DA475

Color information

#7DA475 (or 0x7DA475) is unknown color: approx Amulet. HEX triplet: 7D, A4 and 75. RGB value is (125,164,117). Sum of RGB (Red+Green+Blue) = 125+164+117=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA475 is #825B8A. Grayscale: #939393. Windows color (decimal): -8543115 or 7709821. OLE color: 7709821.

HSL color Cylindrical-coordinate representation of color #7DA475: hue angle of 109.79º 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 #7DA475 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB125164117-
CMYK0.2400.290.36
HSL109.79º20.52%55.1%-
HSV(B)109.79º28.66%64.31%-
XYZ24.9432.221.73-
YUV146.98111.08112.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.79%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=30.79%
G=40.39%
B=28.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641170.2400.290.36109.7920.5255.1
Hex7DA4751801D246e1537
Octal17524416530035441562567
Binary111110110100100111010111000011101100100110111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,117); }

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

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

 a { background-color: rgb(125,164,117); }

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

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

 span { border-color: rgb(125,164,117); }

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