#7DA76B

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

Shades of Amulet #7DA76B

Tints of Amulet #7DA76B

Color information

#7DA76B (or 0x7DA76B) is unknown color: approx Amulet. HEX triplet: 7D, A7 and 6B. RGB value is (125,167,107). Sum of RGB (Red+Green+Blue) = 125+167+107=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA76B is #825894. Grayscale: #939393. Windows color (decimal): -8542357 or 7055229. OLE color: 7055229.

HSL color Cylindrical-coordinate representation of color #7DA76B: hue angle of 102º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DA76B is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB125167107-
CMYK0.2500.360.35
HSL102º25.42%53.73%-
HSV(B)102º35.93%65.49%-
XYZ24.9333.0618.98-
YUV147.6105.09111.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=31.33%
G=41.85%
B=26.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251671070.2500.360.3510225.4253.73
Hex7DA76B1902423661936
Octal17524715331044431463166
Binary1111101101001111101011110010100100100011110011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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