#7DB176

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

Shades of Amulet #7DB176

Tints of Amulet #7DB176

Color information

#7DB176 (or 0x7DB176) is unknown color: approx Amulet. HEX triplet: 7D, B1 and 76. RGB value is (125,177,118). Sum of RGB (Red+Green+Blue) = 125+177+118=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB176 is #824E89. Grayscale: #9A9A9A. Windows color (decimal): -8539786 or 7778685. OLE color: 7778685.

HSL color Cylindrical-coordinate representation of color #7DB176: hue angle of 112.88º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DB176 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB125177118-
CMYK0.2900.330.31
HSL112.88º27.44%57.84%-
HSV(B)112.88º33.33%69.41%-
XYZ27.4537.1122.86-
YUV154.73107.27106.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.76%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=29.76%
G=42.14%
B=28.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251771180.2900.330.31112.8827.4457.84
Hex7DB1761D0211F711b3a
Octal17526116635041371613372
Binary111110110110001111011011101010000111111111000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,118); }

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

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

 a { background-color: rgb(125,177,118); }

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

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

 span { border-color: rgb(125,177,118); }

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