#7DAB75

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

Shades of Amulet #7DAB75

Tints of Amulet #7DAB75

Color information

#7DAB75 (or 0x7DAB75) is unknown color: approx Amulet. HEX triplet: 7D, AB and 75. RGB value is (125,171,117). Sum of RGB (Red+Green+Blue) = 125+171+117=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB75 is #82548A. Grayscale: #979797. Windows color (decimal): -8541323 or 7711613. OLE color: 7711613.

HSL color Cylindrical-coordinate representation of color #7DAB75: hue angle of 111.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DAB75 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB125171117-
CMYK0.2700.320.33
HSL111.11º24.32%56.47%-
HSV(B)111.11º31.58%67.06%-
XYZ26.2334.7722.16-
YUV151.09108.76109.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.27%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=30.27%
G=41.40%
B=28.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251711170.2700.320.33111.1124.3256.47
Hex7DAB751B020216f1838
Octal17525316533040411573070
Binary1111101101010111110101110110100000100001110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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