#7DA56A

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

Shades of Amulet #7DA56A

Tints of Amulet #7DA56A

Color information

#7DA56A (or 0x7DA56A) is unknown color: approx Amulet. HEX triplet: 7D, A5 and 6A. RGB value is (125,165,106). Sum of RGB (Red+Green+Blue) = 125+165+106=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA56A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA56A is #825A95. Grayscale: #929292. Windows color (decimal): -8542870 or 6989181. OLE color: 6989181.

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

Color convert

RGB125165106-
CMYK0.2400.360.35
HSL100.68º24.69%53.14%-
HSV(B)100.68º35.76%64.71%-
XYZ24.5132.3118.58-
YUV146.31105.25112.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=31.57%
G=41.67%
B=26.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251651060.2400.360.35100.6824.6953.14
Hex7DA56A1802423651935
Octal17524515230044431453165
Binary1111101101001011101010110000100100100011110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,106); }

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

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

 a { background-color: rgb(125,165,106); }

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

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

 span { border-color: rgb(125,165,106); }

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