#7DB471

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

Shades of Amulet #7DB471

Tints of Amulet #7DB471

Color information

#7DB471 (or 0x7DB471) is unknown color: approx Amulet. HEX triplet: 7D, B4 and 71. RGB value is (125,180,113). Sum of RGB (Red+Green+Blue) = 125+180+113=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB471 is #824B8E. Grayscale: #9C9C9C. Windows color (decimal): -8539023 or 7451773. OLE color: 7451773.

HSL color Cylindrical-coordinate representation of color #7DB471: hue angle of 109.25º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DB471 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB125180113-
CMYK0.3100.370.29
HSL109.25º30.88%57.45%-
HSV(B)109.25º37.22%70.59%-
XYZ27.7638.1921.53-
YUV155.92103.78105.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.90%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=29.90%
G=43.06%
B=27.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251801130.3100.370.29109.2530.8857.45
Hex7DB4711F0251D6d1f39
Octal17526416137045351553771
Binary111110110110100111000111111010010111101110110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,180,113); }

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

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

 a { background-color: rgb(125,180,113); }

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

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

 span { border-color: rgb(125,180,113); }

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