#7DAC6B

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

Shades of Amulet #7DAC6B

Tints of Amulet #7DAC6B

Color information

#7DAC6B (or 0x7DAC6B) is unknown color: approx Amulet. HEX triplet: 7D, AC and 6B. RGB value is (125,172,107). Sum of RGB (Red+Green+Blue) = 125+172+107=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC6B is #825394. Grayscale: #969696. Windows color (decimal): -8541077 or 7056509. OLE color: 7056509.

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

Color convert

RGB125172107-
CMYK0.2700.380.33
HSL103.38º28.14%54.71%-
HSV(B)103.38º37.79%67.45%-
XYZ25.8634.9319.29-
YUV150.54103.43109.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=30.94%
G=42.57%
B=26.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251721070.2700.380.33103.3828.1454.71
Hex7DAC6B1B02621671c37
Octal17525415333046411473467
Binary1111101101011001101011110110100110100001110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,107); }

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

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

 a { background-color: rgb(125,172,107); }

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

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

 span { border-color: rgb(125,172,107); }

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