#7E9970

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

Shades of Amulet #7E9970

Tints of Amulet #7E9970

Color information

#7E9970 (or 0x7E9970) is unknown color: approx Amulet. HEX triplet: 7E, 99 and 70. RGB value is (126,153,112). Sum of RGB (Red+Green+Blue) = 126+153+112=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9970 is #81668F. Grayscale: #8C8C8C. Windows color (decimal): -8480400 or 7379326. OLE color: 7379326.

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

Color convert

RGB126153112-
CMYK0.1800.270.4
HSL99.51º16.73%51.96%-
HSV(B)99.51º26.8%60%-
XYZ22.9228.3919.6-
YUV140.25112.05117.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.23%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=32.23%
G=39.13%
B=28.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1261531120.1800.270.499.5116.7351.96
Hex7E99701201B28641134
Octal17623116022033501442164
Binary111111010011001111000010010011011101000110010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,112); }

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

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

 a { background-color: rgb(126,153,112); }

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

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

 span { border-color: rgb(126,153,112); }

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