#7DB175

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

Shades of Amulet #7DB175

Tints of Amulet #7DB175

Color information

#7DB175 (or 0x7DB175) is unknown color: approx Amulet. HEX triplet: 7D, B1 and 75. RGB value is (125,177,117). Sum of RGB (Red+Green+Blue) = 125+177+117=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB175 is #824E8A. Grayscale: #9A9A9A. Windows color (decimal): -8539787 or 7713149. OLE color: 7713149.

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

Color convert

RGB125177117-
CMYK0.2900.340.31
HSL112º27.78%57.65%-
HSV(B)112º33.9%69.41%-
XYZ27.3937.0922.54-
YUV154.61106.77106.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 177 (69.53% from 255) = 42.24%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=29.83%
G=42.24%
B=27.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251771170.2900.340.3111227.7857.65
Hex7DB1751D0221F701c3a
Octal17526116535042371603472
Binary111110110110001111010111101010001011111111000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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