Html Css Color HEX #7DA373 Amulet

📋 copy color: '#7DA373'

red 125 ◦ green 163 ◦ blue 115

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

Shades of Amulet #7DA373

Tints of Amulet #7DA373

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 value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#7DA373 (or 0x7DA373) is known color: 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

RGB 125 163 115 -
CMYK 0.23 0 0.29 0.36
HSL 107.5º 0.21% 0.55% -
HSV(B) 107.5º 0.29% 0.64% -
XYZ 24.65 31.79 21.06 -
YUV 146.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 125 163 115 0.23 0 0.29 0.36 107.5 0.21 0.55
Hex 7D A3 73 17 0 1D 24 6C 15 37
Octal 175 243 163 27 0 35 44 154 25 67
Binary 1111101 10100011 1110011 10111 0 11101 100100 1101100 10101 110111

Color Harmonies of #7DA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA373

Black with #7DA373

Text Example


Text Example

White with #7DA373

Text Example


Text Example

HTML Codes & Css Web 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>