#7DA36D

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

Shades of Amulet #7DA36D

Tints of Amulet #7DA36D

Color information

#7DA36D (or 0x7DA36D) is unknown color: approx Amulet. HEX triplet: 7D, A3 and 6D. RGB value is (125,163,109). Sum of RGB (Red+Green+Blue) = 125+163+109=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA36D is #825C92. Grayscale: #919191. Windows color (decimal): -8543379 or 7185277. OLE color: 7185277.

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

Color convert

RGB125163109-
CMYK0.2300.330.36
HSL102.22º22.69%53.33%-
HSV(B)102.22º33.13%63.92%-
XYZ24.3131.6619.3-
YUV145.48107.41113.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 163 (64.06% from 255) = 41.06%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=31.49%
G=41.06%
B=27.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251631090.2300.330.36102.2222.6953.33
Hex7DA36D1702124661735
Octal17524315527041441462765
Binary1111101101000111101101101110100001100100110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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