#7DAF6D

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

Shades of Amulet #7DAF6D

Tints of Amulet #7DAF6D

Color information

#7DAF6D (or 0x7DAF6D) is unknown color: approx Amulet. HEX triplet: 7D, AF and 6D. RGB value is (125,175,109). Sum of RGB (Red+Green+Blue) = 125+175+109=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF6D is #825092. Grayscale: #989898. Windows color (decimal): -8540307 or 7188349. OLE color: 7188349.

HSL color Cylindrical-coordinate representation of color #7DAF6D: hue angle of 105.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DAF6D is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB125175109-
CMYK0.2900.380.31
HSL105.45º29.2%55.69%-
HSV(B)105.45º37.71%68.63%-
XYZ26.5536.1220.04-
YUV152.53103.44108.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=30.56%
G=42.79%
B=26.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751090.2900.380.31105.4529.255.69
Hex7DAF6D1D0261F691d38
Octal17525715535046371513570
Binary111110110101111110110111101010011011111110100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,109); }

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

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

 a { background-color: rgb(125,175,109); }

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

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

 span { border-color: rgb(125,175,109); }

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