#7B946D

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

Shades of Amulet #7B946D

Tints of Amulet #7B946D

Color information

#7B946D (or 0x7B946D) is unknown color: approx Amulet. HEX triplet: 7B, 94 and 6D. RGB value is (123,148,109). Sum of RGB (Red+Green+Blue) = 123+148+109=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #7B946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B946D is #846B92. Grayscale: #888888. Windows color (decimal): -8678291 or 7181435. OLE color: 7181435.

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

Color convert

RGB123148109-
CMYK0.1700.260.42
HSL98.46º15.42%50.39%-
HSV(B)98.46º26.35%58.04%-
XYZ21.5226.4918.45-
YUV136.08112.72118.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.37%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=32.37%
G=38.95%
B=28.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231481090.1700.260.4298.4615.4250.39
Hex7B946D1101A2A62f32
Octal17322415521032521421762
Binary11110111001010011011011000101101010101011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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