#7E957A

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

Shades of Amulet #7E957A

Tints of Amulet #7E957A

Color information

#7E957A (or 0x7E957A) is unknown color: approx Amulet. HEX triplet: 7E, 95 and 7A. RGB value is (126,149,122). Sum of RGB (Red+Green+Blue) = 126+149+122=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #7E957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E957A is #816A85. Grayscale: #8B8B8B. Windows color (decimal): -8481414 or 8033662. OLE color: 8033662.

HSL color Cylindrical-coordinate representation of color #7E957A: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E957A is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB126149122-
CMYK0.1500.180.42
HSL111.11º11.3%53.14%-
HSV(B)111.11º18.12%58.43%-
XYZ22.8627.3422.48-
YUV139.05118.38118.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=31.74%
G=37.53%
B=30.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261491220.1500.180.42111.1111.353.14
Hex7E957AF0122A6fb35
Octal17622517217022521571365
Binary1111110100101011111010111101001010101011011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,149,122); }

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

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

 a { background-color: rgb(126,149,122); }

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

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

 span { border-color: rgb(126,149,122); }

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