#7B9471

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

Shades of Amulet #7B9471

Tints of Amulet #7B9471

Color information

#7B9471 (or 0x7B9471) is unknown color: approx Amulet. HEX triplet: 7B, 94 and 71. RGB value is (123,148,113). Sum of RGB (Red+Green+Blue) = 123+148+113=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9471 is #846B8E. Grayscale: #888888. Windows color (decimal): -8678287 or 7443579. OLE color: 7443579.

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

Color convert

RGB123148113-
CMYK0.1700.240.42
HSL102.86º14.06%51.18%-
HSV(B)102.86º23.65%58.04%-
XYZ21.7426.5819.61-
YUV136.54114.72118.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.03%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=32.03%
G=38.54%
B=29.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231481130.1700.240.42102.8614.0651.18
Hex7B9471110182A67e33
Octal17322416121030521471663
Binary11110111001010011100011000101100010101011001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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