Html Css Color HEX #7DA079 Amulet

📋 copy color: '#7DA079'

red 125 ◦ green 160 ◦ blue 121

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

Shades of Amulet #7DA079

Tints of Amulet #7DA079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

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

R = 30.79%
G = 39.41%
B = 29.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#7DA079 (or 0x7DA079) is known color: Amulet. HEX triplet: 7D, A0 and 79. RGB value is (125,160,121). Sum of RGB (Red+Green+Blue) = 125+160+121=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA079 is #825F86. Grayscale: #919191. Windows color (decimal): -8544135 or 7970941. OLE color: 7970941.

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

Color convert

RGB 125 160 121 -
CMYK 0.22 0 0.24 0.37
HSL 113.85º 0.17% 0.55% -
HSV(B) 113.85º 0.24% 0.63% -
XYZ 24.48 30.88 22.76 -
YUV 145.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 125 160 121 0.22 0 0.24 0.37 113.85 0.17 0.55
Hex 7D A0 79 16 0 18 25 72 11 37
Octal 175 240 171 26 0 30 45 162 21 67
Binary 1111101 10100000 1111001 10110 0 11000 100101 1110010 10001 110111

Color Harmonies of #7DA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA079

Black with #7DA079

Text Example


Text Example

White with #7DA079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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