#7E9E6D

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

Shades of Amulet #7E9E6D

Tints of Amulet #7E9E6D

Color information

#7E9E6D (or 0x7E9E6D) is unknown color: approx Amulet. HEX triplet: 7E, 9E and 6D. RGB value is (126,158,109). Sum of RGB (Red+Green+Blue) = 126+158+109=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #7E9E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9E6D is #816192. Grayscale: #8F8F8F. Windows color (decimal): -8479123 or 7183998. OLE color: 7183998.

HSL color Cylindrical-coordinate representation of color #7E9E6D: hue angle of 99.18º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E9E6D is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB126158109-
CMYK0.2000.310.38
HSL99.18º20.16%52.35%-
HSV(B)99.18º31.01%61.96%-
XYZ23.5929.9919.01-
YUV142.85108.9115.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=32.06%
G=40.20%
B=27.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261581090.2000.310.3899.1820.1652.35
Hex7E9E6D1401F26631434
Octal17623615524037461432464
Binary111111010011110110110110100011111100110110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,158,109); }

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

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

 a { background-color: rgb(126,158,109); }

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

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

 span { border-color: rgb(126,158,109); }

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