#7E9F73

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

Shades of Amulet #7E9F73

Tints of Amulet #7E9F73

Color information

#7E9F73 (or 0x7E9F73) is unknown color: approx Amulet. HEX triplet: 7E, 9F and 73. RGB value is (126,159,115). Sum of RGB (Red+Green+Blue) = 126+159+115=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9F73 is #81608C. Grayscale: #909090. Windows color (decimal): -8478861 or 7577470. OLE color: 7577470.

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

Color convert

RGB126159115-
CMYK0.2100.280.38
HSL105º18.64%53.73%-
HSV(B)105º27.67%62.35%-
XYZ24.130.4720.83-
YUV144.12111.57115.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=31.5%
G=39.75%
B=28.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261591150.2100.280.3810518.6453.73
Hex7E9F731501C26691336
Octal17623716325034461512366
Binary111111010011111111001110101011100100110110100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,159,115); }

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

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

 a { background-color: rgb(126,159,115); }

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

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

 span { border-color: rgb(126,159,115); }

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