#7B9473

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

Shades of Amulet #7B9473

Tints of Amulet #7B9473

Color information

#7B9473 (or 0x7B9473) is unknown color: approx Amulet. HEX triplet: 7B, 94 and 73. RGB value is (123,148,115). Sum of RGB (Red+Green+Blue) = 123+148+115=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9473 is #846B8C. Grayscale: #888888. Windows color (decimal): -8678285 or 7574651. OLE color: 7574651.

HSL color Cylindrical-coordinate representation of color #7B9473: hue angle of 105.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9473 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB123148115-
CMYK0.1700.220.42
HSL105.45º13.36%51.57%-
HSV(B)105.45º22.3%58.04%-
XYZ21.8526.6320.21-
YUV136.76115.72118.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.87%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=31.87%
G=38.34%
B=29.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231481150.1700.220.42105.4513.3651.57
Hex7B9473110162A69d34
Octal17322416321026521511564
Binary11110111001010011100111000101011010101011010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,148,115); }

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

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

 a { background-color: rgb(123,148,115); }

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

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

 span { border-color: rgb(123,148,115); }

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