#7DAD7C

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

Shades of Amulet #7DAD7C

Tints of Amulet #7DAD7C

Color information

#7DAD7C (or 0x7DAD7C) is unknown color: approx Amulet. HEX triplet: 7D, AD and 7C. RGB value is (125,173,124). Sum of RGB (Red+Green+Blue) = 125+173+124=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD7C is #825283. Grayscale: #999999. Windows color (decimal): -8540804 or 8170877. OLE color: 8170877.

HSL color Cylindrical-coordinate representation of color #7DAD7C: hue angle of 118.78º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAD7C is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB125173124-
CMYK0.2800.280.32
HSL118.78º23%58.24%-
HSV(B)118.78º28.32%67.84%-
XYZ27.0435.724.53-
YUV153.06111.6107.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.62%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=29.62%
G=41.00%
B=29.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731240.2800.280.32118.782358.24
Hex7DAD7C1C01C2077173a
Octal17525517434034401672772
Binary111110110101101111110011100011100100000111011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,124); }

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

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

 a { background-color: rgb(125,173,124); }

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

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

 span { border-color: rgb(125,173,124); }

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