#7DB375

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

Shades of Amulet #7DB375

Tints of Amulet #7DB375

Color information

#7DB375 (or 0x7DB375) is unknown color: approx Amulet. HEX triplet: 7D, B3 and 75. RGB value is (125,179,117). Sum of RGB (Red+Green+Blue) = 125+179+117=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB375 is #824C8A. Grayscale: #9B9B9B. Windows color (decimal): -8539275 or 7713661. OLE color: 7713661.

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

Color convert

RGB125179117-
CMYK0.3000.350.30
HSL112.26º28.97%58.04%-
HSV(B)112.26º34.64%70.2%-
XYZ27.7937.8822.68-
YUV155.79106.11106.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.69%
GREEN value IS 179 (70.31% from 255) = 42.52%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=29.69%
G=42.52%
B=27.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251791170.3000.350.30112.2628.9758.04
Hex7DB3751E0231E701d3a
Octal17526316536043361603572
Binary111110110110011111010111110010001111110111000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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