#7DA967

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

Shades of Amulet #7DA967

Tints of Amulet #7DA967

Color information

#7DA967 (or 0x7DA967) is unknown color: approx Amulet. HEX triplet: 7D, A9 and 67. RGB value is (125,169,103). Sum of RGB (Red+Green+Blue) = 125+169+103=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA967 is #825698. Grayscale: #949494. Windows color (decimal): -8541849 or 6793597. OLE color: 6793597.

HSL color Cylindrical-coordinate representation of color #7DA967: hue angle of 100º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DA967 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB125169103-
CMYK0.2600.390.34
HSL100º27.73%53.33%-
HSV(B)100º39.05%66.27%-
XYZ25.0933.7218.02-
YUV148.32102.42111.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=31.49%
G=42.57%
B=25.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1251691030.2600.390.3410027.7353.33
Hex7DA9671A02722641c35
Octal17525114732047421443465
Binary1111101101010011100111110100100111100010110010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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