#7DAD69

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

Shades of Amulet #7DAD69

Tints of Amulet #7DAD69

Color information

#7DAD69 (or 0x7DAD69) is unknown color: approx Amulet. HEX triplet: 7D, AD and 69. RGB value is (125,173,105). Sum of RGB (Red+Green+Blue) = 125+173+105=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD69 is #825296. Grayscale: #979797. Windows color (decimal): -8540823 or 6925693. OLE color: 6925693.

HSL color Cylindrical-coordinate representation of color #7DAD69: hue angle of 102.35º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DAD69 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB125173105-
CMYK0.2800.390.32
HSL102.35º29.31%54.51%-
HSV(B)102.35º39.31%67.84%-
XYZ25.9535.2718.8-
YUV150.9102.1109.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 173 (67.97% from 255) = 42.93%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=31.02%
G=42.93%
B=26.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731050.2800.390.32102.3529.3154.51
Hex7DAD691C02720661d37
Octal17525515134047401463567
Binary1111101101011011101001111000100111100000110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,105); }

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

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

 a { background-color: rgb(125,173,105); }

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

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

 span { border-color: rgb(125,173,105); }

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