#7C9E73

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

Shades of Amulet #7C9E73

Tints of Amulet #7C9E73

Color information

#7C9E73 (or 0x7C9E73) is unknown color: approx Amulet. HEX triplet: 7C, 9E and 73. RGB value is (124,158,115). Sum of RGB (Red+Green+Blue) = 124+158+115=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9E73 is #83618C. Grayscale: #8F8F8F. Windows color (decimal): -8610189 or 7577212. OLE color: 7577212.

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

Color convert

RGB124158115-
CMYK0.2200.270.38
HSL107.44º18.14%53.53%-
HSV(B)107.44º27.22%61.96%-
XYZ23.6329.9820.76-
YUV142.93112.24114.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=31.23%
G=39.80%
B=28.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241581150.2200.270.38107.4418.1453.53
Hex7C9E731601B266b1236
Octal17423616326033461532266
Binary111110010011110111001110110011011100110110101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,158,115); }

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

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

 a { background-color: rgb(124,158,115); }

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

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

 span { border-color: rgb(124,158,115); }

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