Html Css Color HEX #7DAC79 Amulet

📋 copy color: '#7DAC79'

red 125 ◦ green 172 ◦ blue 121

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

Shades of Amulet #7DAC79

Tints of Amulet #7DAC79

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

 BLUE value IS 121 (47.66% from 255) = 28.95%

R = 29.9%
G = 41.15%
B = 28.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#7DAC79 (or 0x7DAC79) is known color: Amulet. HEX triplet: 7D, AC and 79. RGB value is (125,172,121). Sum of RGB (Red+Green+Blue) = 125+172+121=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC79 is #825386. Grayscale: #989898. Windows color (decimal): -8541063 or 7974013. OLE color: 7974013.

HSL color Cylindrical-coordinate representation of color #7DAC79: hue angle of 115.29º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DAC79 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 121 -
CMYK 0.27 0 0.30 0.33
HSL 115.29º 0.24% 0.57% -
HSV(B) 115.29º 0.3% 0.67% -
XYZ 26.66 35.25 23.49 -
YUV 152.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 125 172 121 0.27 0 0.30 0.33 115.29 0.24 0.57
Hex 7D AC 79 1B 0 1E 21 73 18 39
Octal 175 254 171 33 0 36 41 163 30 71
Binary 1111101 10101100 1111001 11011 0 11110 100001 1110011 11000 111001

Color Harmonies of #7DAC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC79

Black with #7DAC79

Text Example


Text Example

White with #7DAC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,121); }

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

background-color css

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

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

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

border-color css

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

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

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