#7DA567

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

Shades of Amulet #7DA567

Tints of Amulet #7DA567

Color information

#7DA567 (or 0x7DA567) is unknown color: approx Amulet. HEX triplet: 7D, A5 and 67. RGB value is (125,165,103). Sum of RGB (Red+Green+Blue) = 125+165+103=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA567 is #825A98. Grayscale: #929292. Windows color (decimal): -8542873 or 6792573. OLE color: 6792573.

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

Color convert

RGB125165103-
CMYK0.2400.380.35
HSL98.71º25.62%52.55%-
HSV(B)98.71º37.58%64.71%-
XYZ24.3632.2517.77-
YUV145.97103.75113.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=31.81%
G=41.98%
B=26.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251651030.2400.380.3598.7125.6252.55
Hex7DA5671802623631a35
Octal17524514730046431433265
Binary1111101101001011100111110000100110100011110001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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