Html Css Color HEX #7DA473 Amulet

📋 copy color: '#7DA473'

red 125 ◦ green 164 ◦ blue 115

#7DA473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #7DA473

Tints of Amulet #7DA473

RGB

 RED value IS 125 (49.22% from 255) = 30.94%

 GREEN value IS 164 (64.45% from 255) = 40.59%

 BLUE value IS 115 (45.31% from 255) = 28.47%

R = 30.94%
G = 40.59%
B = 28.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#7DA473 (or 0x7DA473) is known color: Amulet. HEX triplet: 7D, A4 and 73. RGB value is (125,164,115). Sum of RGB (Red+Green+Blue) = 125+164+115=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA473 is #825B8C. Grayscale: #929292. Windows color (decimal): -8543117 or 7578749. OLE color: 7578749.

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

Color convert

RGB 125 164 115 -
CMYK 0.24 0 0.30 0.36
HSL 107.76º 0.21% 0.55% -
HSV(B) 107.76º 0.3% 0.64% -
XYZ 24.83 32.15 21.12 -
YUV 146.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 125 164 115 0.24 0 0.30 0.36 107.76 0.21 0.55
Hex 7D A4 73 18 0 1E 24 6C 15 37
Octal 175 244 163 30 0 36 44 154 25 67
Binary 1111101 10100100 1110011 11000 0 11110 100100 1101100 10101 110111

Color Harmonies of #7DA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA473

Black with #7DA473

Text Example


Text Example

White with #7DA473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DA473;
 }
 .AnyTagClassName
 {
   color: #7DA473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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