Html Css Color HEX #7DA371 Amulet

📋 copy color: '#7DA371'

red 125 ◦ green 163 ◦ blue 113

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

Shades of Amulet #7DA371

Tints of Amulet #7DA371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 31.17%
G = 40.65%
B = 28.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#7DA371 (or 0x7DA371) is known color: Amulet. HEX triplet: 7D, A3 and 71. RGB value is (125,163,113). Sum of RGB (Red+Green+Blue) = 125+163+113=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA371 is #825C8E. Grayscale: #929292. Windows color (decimal): -8543375 or 7447421. OLE color: 7447421.

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

Color convert

RGB 125 163 113 -
CMYK 0.23 0 0.31 0.36
HSL 105.6º 0.21% 0.54% -
HSV(B) 105.6º 0.31% 0.64% -
XYZ 24.54 31.75 20.46 -
YUV 145.94 109.41 113.07 -
System Red Green Blue C M Y K H S L
Decimal 125 163 113 0.23 0 0.31 0.36 105.6 0.21 0.54
Hex 7D A3 71 17 0 1F 24 6A 15 36
Octal 175 243 161 27 0 37 44 152 25 66
Binary 1111101 10100011 1110001 10111 0 11111 100100 1101010 10101 110110

Color Harmonies of #7DA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA371

Black with #7DA371

Text Example


Text Example

White with #7DA371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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