#7E996F

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

Shades of Amulet #7E996F

Tints of Amulet #7E996F

Color information

#7E996F (or 0x7E996F) is unknown color: approx Amulet. HEX triplet: 7E, 99 and 6F. RGB value is (126,153,111). Sum of RGB (Red+Green+Blue) = 126+153+111=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #7E996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E996F is #816690. Grayscale: #8C8C8C. Windows color (decimal): -8480401 or 7313790. OLE color: 7313790.

HSL color Cylindrical-coordinate representation of color #7E996F: hue angle of 98.57º 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 #7E996F is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB126153111-
CMYK0.1800.270.4
HSL98.57º17.07%51.76%-
HSV(B)98.57º27.45%60%-
XYZ22.8628.3719.31-
YUV140.14111.55117.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.31%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=32.31%
G=39.23%
B=28.46%

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
Decimal1261531110.1800.270.498.5717.0751.76
Hex7E996F1201B28631134
Octal17623115722033501432164
Binary111111010011001110111110010011011101000110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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