#7DAB79

Color #7DAB79 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7DAB79

Tints of Amulet #7DAB79

Color information

#7DAB79 (or 0x7DAB79) is unknown color: approx Amulet. HEX triplet: 7D, AB and 79. RGB value is (125,171,121). Sum of RGB (Red+Green+Blue) = 125+171+121=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB79 is #825486. Grayscale: #979797. Windows color (decimal): -8541319 or 7973757. OLE color: 7973757.

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

Color convert

RGB125171121-
CMYK0.2700.290.33
HSL115.2º22.94%57.25%-
HSV(B)115.2º29.24%67.06%-
XYZ26.4734.8723.42-
YUV151.55110.76109.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=29.98%
G=41.01%
B=29.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251711210.2700.290.33115.222.9457.25
Hex7DAB791B01D21731739
Octal17525317133035411632771
Binary111110110101011111100111011011101100001111001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DAB79;
 }
 .AnyTagClassName
 {
   color: #7DAB79;
 }
</style>
background-color css

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

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

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

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

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

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