#7DA867

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

Shades of Amulet #7DA867

Tints of Amulet #7DA867

Color information

#7DA867 (or 0x7DA867) is unknown color: approx Amulet. HEX triplet: 7D, A8 and 67. RGB value is (125,168,103). Sum of RGB (Red+Green+Blue) = 125+168+103=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA867 is #825798. Grayscale: #939393. Windows color (decimal): -8542105 or 6793341. OLE color: 6793341.

HSL color Cylindrical-coordinate representation of color #7DA867: hue angle of 99.69º degrees, saturation: 0.27, 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 #7DA867 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB125168103-
CMYK0.2600.390.34
HSL99.69º27.2%53.14%-
HSV(B)99.69º38.69%65.88%-
XYZ24.9133.3417.96-
YUV147.73102.75111.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=31.57%
G=42.42%
B=26.01%

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
Decimal1251681030.2600.390.3499.6927.253.14
Hex7DA8671A02722641b35
Octal17525014732047421443365
Binary1111101101010001100111110100100111100010110010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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