#7DA47A

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

Shades of Amulet #7DA47A

Tints of Amulet #7DA47A

Color information

#7DA47A (or 0x7DA47A) is unknown color: approx Amulet. HEX triplet: 7D, A4 and 7A. RGB value is (125,164,122). Sum of RGB (Red+Green+Blue) = 125+164+122=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA47A is #825B85. Grayscale: #939393. Windows color (decimal): -8543110 or 8037501. OLE color: 8037501.

HSL color Cylindrical-coordinate representation of color #7DA47A: hue angle of 115.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA47A is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB125164122-
CMYK0.2400.260.36
HSL115.71º18.75%56.08%-
HSV(B)115.71º25.61%64.31%-
XYZ25.2532.3223.32-
YUV147.55113.58111.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=30.41%
G=39.90%
B=29.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641220.2400.260.36115.7118.7556.08
Hex7DA47A1801A24741338
Octal17524417230032441642370
Binary111110110100100111101011000011010100100111010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,122); }

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

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

 a { background-color: rgb(125,164,122); }

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

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

 span { border-color: rgb(125,164,122); }

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