#7DB872

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

Shades of Amulet #7DB872

Tints of Amulet #7DB872

Color information

#7DB872 (or 0x7DB872) is unknown color: approx Amulet. HEX triplet: 7D, B8 and 72. RGB value is (125,184,114). Sum of RGB (Red+Green+Blue) = 125+184+114=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB872 is #82478D. Grayscale: #9E9E9E. Windows color (decimal): -8537998 or 7518333. OLE color: 7518333.

HSL color Cylindrical-coordinate representation of color #7DB872: hue angle of 110.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DB872 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB125184114-
CMYK0.3200.380.28
HSL110.57º33.02%58.43%-
HSV(B)110.57º38.04%72.16%-
XYZ28.6439.8622.1-
YUV158.38102.95104.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=29.55%
G=43.50%
B=26.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1251841140.3200.380.28110.5733.0258.43
Hex7DB872200261C6f213a
Octal17527016240046341574172
Binary11111011011100011100101000000100110111001101111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,184,114); }

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

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

 a { background-color: rgb(125,184,114); }

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

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

 span { border-color: rgb(125,184,114); }

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