Html Css Color HEX #7DA479 Amulet

📋 copy color: '#7DA479'

red 125 ◦ green 164 ◦ blue 121

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

Shades of Amulet #7DA479

Tints of Amulet #7DA479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

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

R = 30.49%
G = 40%
B = 29.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#7DA479 (or 0x7DA479) is known color: Amulet. HEX triplet: 7D, A4 and 79. RGB value is (125,164,121). Sum of RGB (Red+Green+Blue) = 125+164+121=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA479 is #825B86. Grayscale: #939393. Windows color (decimal): -8543111 or 7971965. OLE color: 7971965.

HSL color Cylindrical-coordinate representation of color #7DA479: hue angle of 114.42º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA479 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 164 121 -
CMYK 0.24 0 0.26 0.36
HSL 114.42º 0.19% 0.56% -
HSV(B) 114.42º 0.26% 0.64% -
XYZ 25.18 32.29 22.99 -
YUV 147.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 125 164 121 0.24 0 0.26 0.36 114.42 0.19 0.56
Hex 7D A4 79 18 0 1A 24 72 13 38
Octal 175 244 171 30 0 32 44 162 23 70
Binary 1111101 10100100 1111001 11000 0 11010 100100 1110010 10011 111000

Color Harmonies of #7DA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA479

Black with #7DA479

Text Example


Text Example

White with #7DA479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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