#7DA276

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

Shades of Amulet #7DA276

Tints of Amulet #7DA276

Color information

#7DA276 (or 0x7DA276) is unknown color: approx Amulet. HEX triplet: 7D, A2 and 76. RGB value is (125,162,118). Sum of RGB (Red+Green+Blue) = 125+162+118=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA276 is #825D89. Grayscale: #929292. Windows color (decimal): -8543626 or 7774845. OLE color: 7774845.

HSL color Cylindrical-coordinate representation of color #7DA276: hue angle of 110.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DA276 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB125162118-
CMYK0.2300.270.36
HSL110.45º19.13%54.9%-
HSV(B)110.45º27.16%63.53%-
XYZ24.6531.5121.92-
YUV145.92112.24113.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.86%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=30.86%
G=40%
B=29.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251621180.2300.270.36110.4519.1354.9
Hex7DA2761701B246e1337
Octal17524216627033441562367
Binary111110110100010111011010111011011100100110111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,118); }

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

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

 a { background-color: rgb(125,162,118); }

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

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

 span { border-color: rgb(125,162,118); }

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