#7DA279

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

Shades of Amulet #7DA279

Tints of Amulet #7DA279

Color information

#7DA279 (or 0x7DA279) is unknown color: approx Amulet. HEX triplet: 7D, A2 and 79. RGB value is (125,162,121). Sum of RGB (Red+Green+Blue) = 125+162+121=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA279 is #825D86. Grayscale: #929292. Windows color (decimal): -8543623 or 7971453. OLE color: 7971453.

HSL color Cylindrical-coordinate representation of color #7DA279: hue angle of 114.15º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7DA279 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB125162121-
CMYK0.2300.250.36
HSL114.15º18.06%55.49%-
HSV(B)114.15º25.31%63.53%-
XYZ24.8331.5822.88-
YUV146.26113.74112.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.64%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=30.64%
G=39.71%
B=29.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251621210.2300.250.36114.1518.0655.49
Hex7DA2791701924721237
Octal17524217127031441622267
Binary111110110100010111100110111011001100100111001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,121); }

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

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

 a { background-color: rgb(125,162,121); }

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

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

 span { border-color: rgb(125,162,121); }

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