#7DAE7C

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

Shades of Amulet #7DAE7C

Tints of Amulet #7DAE7C

Color information

#7DAE7C (or 0x7DAE7C) is unknown color: approx Amulet. HEX triplet: 7D, AE and 7C. RGB value is (125,174,124). Sum of RGB (Red+Green+Blue) = 125+174+124=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE7C is #825183. Grayscale: #999999. Windows color (decimal): -8540548 or 8171133. OLE color: 8171133.

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

Color convert

RGB125174124-
CMYK0.2800.290.32
HSL118.8º23.58%58.43%-
HSV(B)118.8º28.74%68.24%-
XYZ27.2336.0924.6-
YUV153.65111.27107.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=29.55%
G=41.13%
B=29.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251741240.2800.290.32118.823.5858.43
Hex7DAE7C1C01D2077183a
Octal17525617434035401673072
Binary111110110101110111110011100011101100000111011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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