Html Css Color HEX #7DA175 Amulet

📋 copy color: '#7DA175'

red 125 ◦ green 161 ◦ blue 117

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

Shades of Amulet #7DA175

Tints of Amulet #7DA175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 31.02%
G = 39.95%
B = 29.03%

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

#7DA175 (or 0x7DA175) is known color: Amulet. HEX triplet: 7D, A1 and 75. RGB value is (125,161,117). Sum of RGB (Red+Green+Blue) = 125+161+117=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA175 is #825E8A. Grayscale: #919191. Windows color (decimal): -8543883 or 7709053. OLE color: 7709053.

HSL color Cylindrical-coordinate representation of color #7DA175: hue angle of 109.09º 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 #7DA175 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 117 -
CMYK 0.22 0 0.27 0.37
HSL 109.09º 0.19% 0.55% -
HSV(B) 109.09º 0.27% 0.63% -
XYZ 24.41 31.13 21.55 -
YUV 145.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 125 161 117 0.22 0 0.27 0.37 109.09 0.19 0.55
Hex 7D A1 75 16 0 1B 25 6D 13 37
Octal 175 241 165 26 0 33 45 155 23 67
Binary 1111101 10100001 1110101 10110 0 11011 100101 1101101 10011 110111

Color Harmonies of #7DA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA175

Black with #7DA175

Text Example


Text Example

White with #7DA175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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