#7E9D70

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

Shades of Amulet #7E9D70

Tints of Amulet #7E9D70

Color information

#7E9D70 (or 0x7E9D70) is unknown color: approx Amulet. HEX triplet: 7E, 9D and 70. RGB value is (126,157,112). Sum of RGB (Red+Green+Blue) = 126+157+112=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9D70 is #81628F. Grayscale: #8E8E8E. Windows color (decimal): -8479376 or 7380350. OLE color: 7380350.

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

Color convert

RGB126157112-
CMYK0.2000.290.38
HSL101.33º18.67%52.75%-
HSV(B)101.33º28.66%61.57%-
XYZ23.5929.7219.82-
YUV142.6110.73116.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 157 (61.72% from 255) = 39.75%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=31.90%
G=39.75%
B=28.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261571120.2000.290.38101.3318.6752.75
Hex7E9D701401D26651335
Octal17623516024035461452365
Binary111111010011101111000010100011101100110110010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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