Html Css Color HEX #7DA176 Amulet

📋 copy color: '#7DA176'

red 125 ◦ green 161 ◦ blue 118

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

Shades of Amulet #7DA176

Tints of Amulet #7DA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.85%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 30.94%
G = 39.85%
B = 29.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#7DA176 (or 0x7DA176) is known color: Amulet. HEX triplet: 7D, A1 and 76. RGB value is (125,161,118). Sum of RGB (Red+Green+Blue) = 125+161+118=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA176 is #825E89. Grayscale: #919191. Windows color (decimal): -8543882 or 7774589. OLE color: 7774589.

HSL color Cylindrical-coordinate representation of color #7DA176: hue angle of 110.23º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DA176 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 118 -
CMYK 0.22 0 0.27 0.37
HSL 110.23º 0.19% 0.55% -
HSV(B) 110.23º 0.27% 0.63% -
XYZ 24.47 31.16 21.86 -
YUV 145.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 125 161 118 0.22 0 0.27 0.37 110.23 0.19 0.55
Hex 7D A1 76 16 0 1B 25 6E 13 37
Octal 175 241 166 26 0 33 45 156 23 67
Binary 1111101 10100001 1110110 10110 0 11011 100101 1101110 10011 110111

Color Harmonies of #7DA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA176

Black with #7DA176

Text Example


Text Example

White with #7DA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,161,118); }

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

background-color css

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

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

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

border-color css

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

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

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