#7DA36F

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

Shades of Amulet #7DA36F

Tints of Amulet #7DA36F

Color information

#7DA36F (or 0x7DA36F) is unknown color: approx Amulet. HEX triplet: 7D, A3 and 6F. RGB value is (125,163,111). Sum of RGB (Red+Green+Blue) = 125+163+111=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA36F is #825C90. Grayscale: #919191. Windows color (decimal): -8543377 or 7316349. OLE color: 7316349.

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

Color convert

RGB125163111-
CMYK0.2300.320.36
HSL103.85º22.03%53.73%-
HSV(B)103.85º31.9%63.92%-
XYZ24.4231.719.87-
YUV145.71108.41113.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 163 (64.06% from 255) = 40.85%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=31.33%
G=40.85%
B=27.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251631110.2300.320.36103.8522.0353.73
Hex7DA36F1702024681636
Octal17524315727040441502666
Binary1111101101000111101111101110100000100100110100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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