#7E9873

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

Shades of Amulet #7E9873

Tints of Amulet #7E9873

Color information

#7E9873 (or 0x7E9873) is unknown color: approx Amulet. HEX triplet: 7E, 98 and 73. RGB value is (126,152,115). Sum of RGB (Red+Green+Blue) = 126+152+115=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #7E9873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9873 is #81678C. Grayscale: #8C8C8C. Windows color (decimal): -8480653 or 7575678. OLE color: 7575678.

HSL color Cylindrical-coordinate representation of color #7E9873: hue angle of 102.16º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E9873 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB126152115-
CMYK0.1700.240.40
HSL102.16º15.23%52.35%-
HSV(B)102.16º24.34%59.61%-
XYZ22.9328.1320.44-
YUV140.01113.89118.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=32.06%
G=38.68%
B=29.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1261521150.1700.240.40102.1615.2352.35
Hex7E9873110182866f34
Octal17623016321030501461764
Binary11111101001100011100111000101100010100011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,152,115); }

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

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

 a { background-color: rgb(126,152,115); }

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

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

 span { border-color: rgb(126,152,115); }

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