#7DB371

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

Shades of Amulet #7DB371

Tints of Amulet #7DB371

Color information

#7DB371 (or 0x7DB371) is unknown color: approx Amulet. HEX triplet: 7D, B3 and 71. RGB value is (125,179,113). Sum of RGB (Red+Green+Blue) = 125+179+113=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB371 is #824C8E. Grayscale: #9B9B9B. Windows color (decimal): -8539279 or 7451517. OLE color: 7451517.

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

Color convert

RGB125179113-
CMYK0.3000.370.30
HSL109.09º30.28%57.25%-
HSV(B)109.09º36.87%70.2%-
XYZ27.5637.7921.46-
YUV155.33104.11106.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 179 (70.31% from 255) = 42.93%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=29.98%
G=42.93%
B=27.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251791130.3000.370.30109.0930.2857.25
Hex7DB3711E0251E6d1e39
Octal17526316136045361553671
Binary111110110110011111000111110010010111110110110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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