#7DAD70

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

Shades of Amulet #7DAD70

Tints of Amulet #7DAD70

Color information

#7DAD70 (or 0x7DAD70) is unknown color: approx Amulet. HEX triplet: 7D, AD and 70. RGB value is (125,173,112). Sum of RGB (Red+Green+Blue) = 125+173+112=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD70 is #82528F. Grayscale: #979797. Windows color (decimal): -8540816 or 7384445. OLE color: 7384445.

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

Color convert

RGB125173112-
CMYK0.2800.350.32
HSL107.21º27.11%55.88%-
HSV(B)107.21º35.26%67.84%-
XYZ26.3335.4220.78-
YUV151.69105.6108.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=30.49%
G=42.20%
B=27.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731120.2800.350.32107.2127.1155.88
Hex7DAD701C023206b1b38
Octal17525516034043401533370
Binary1111101101011011110000111000100011100000110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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