Html Css Color HEX #7DA47D Amulet

📋 copy color: '#7DA47D'

red 125 ◦ green 164 ◦ blue 125

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

Shades of Amulet #7DA47D

Tints of Amulet #7DA47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 30.19%
G = 39.61%
B = 30.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#7DA47D (or 0x7DA47D) is known color: Amulet. HEX triplet: 7D, A4 and 7D. RGB value is (125,164,125). Sum of RGB (Red+Green+Blue) = 125+164+125=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA47D is #825B82. Grayscale: #949494. Windows color (decimal): -8543107 or 8234109. OLE color: 8234109.

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

Color convert

RGB 125 164 125 -
CMYK 0.24 0 0.24 0.36
HSL 120º 0.18% 0.57% -
HSV(B) 120º 0.24% 0.64% -
XYZ 25.43 32.39 24.31 -
YUV 147.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 125 164 125 0.24 0 0.24 0.36 120 0.18 0.57
Hex 7D A4 7D 18 0 18 24 78 12 39
Octal 175 244 175 30 0 30 44 170 22 71
Binary 1111101 10100100 1111101 11000 0 11000 100100 1111000 10010 111001

Color Harmonies of #7DA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA47D

Black with #7DA47D

Text Example


Text Example

White with #7DA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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