#7DAA6E

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

Shades of Amulet #7DAA6E

Tints of Amulet #7DAA6E

Color information

#7DAA6E (or 0x7DAA6E) is unknown color: approx Amulet. HEX triplet: 7D, AA and 6E. RGB value is (125,170,110). Sum of RGB (Red+Green+Blue) = 125+170+110=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA6E is #825591. Grayscale: #959595. Windows color (decimal): -8541586 or 7252605. OLE color: 7252605.

HSL color Cylindrical-coordinate representation of color #7DAA6E: hue angle of 105º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DAA6E is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB125170110-
CMYK0.2600.350.33
HSL105º26.09%54.9%-
HSV(B)105º35.29%66.67%-
XYZ25.6534.2420.01-
YUV149.7105.59110.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.86%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=30.86%
G=41.98%
B=27.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701100.2600.350.3310526.0954.9
Hex7DAA6E1A02321691a37
Octal17525215632043411513267
Binary1111101101010101101110110100100011100001110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,110); }

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

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

 a { background-color: rgb(125,170,110); }

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

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

 span { border-color: rgb(125,170,110); }

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