#7DA46D

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

Shades of Amulet #7DA46D

Tints of Amulet #7DA46D

Color information

#7DA46D (or 0x7DA46D) is unknown color: approx Amulet. HEX triplet: 7D, A4 and 6D. RGB value is (125,164,109). Sum of RGB (Red+Green+Blue) = 125+164+109=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA46D is #825B92. Grayscale: #929292. Windows color (decimal): -8543123 or 7185533. OLE color: 7185533.

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

Color convert

RGB125164109-
CMYK0.2400.340.36
HSL102.55º23.21%53.53%-
HSV(B)102.55º33.54%64.31%-
XYZ24.4932.0219.36-
YUV146.07107.08112.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.41%
GREEN value IS 164 (64.45% from 255) = 41.21%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=31.41%
G=41.21%
B=27.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641090.2400.340.36102.5523.2153.53
Hex7DA46D1802224671736
Octal17524415530042441472766
Binary1111101101001001101101110000100010100100110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,109); }

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

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

 a { background-color: rgb(125,164,109); }

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

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

 span { border-color: rgb(125,164,109); }

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