#7DA56E

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

Shades of Amulet #7DA56E

Tints of Amulet #7DA56E

Color information

#7DA56E (or 0x7DA56E) is unknown color: approx Amulet. HEX triplet: 7D, A5 and 6E. RGB value is (125,165,110). Sum of RGB (Red+Green+Blue) = 125+165+110=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA56E is #825A91. Grayscale: #929292. Windows color (decimal): -8542866 or 7251325. OLE color: 7251325.

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

Color convert

RGB125165110-
CMYK0.2400.330.35
HSL103.64º23.4%53.92%-
HSV(B)103.64º33.33%64.71%-
XYZ24.7332.419.7-
YUV146.77107.25112.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=31.25%
G=41.25%
B=27.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251651100.2400.330.35103.6423.453.92
Hex7DA56E1802123681736
Octal17524515630041431502766
Binary1111101101001011101110110000100001100011110100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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