#79946D

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

Shades of Amulet #79946D

Tints of Amulet #79946D

Color information

#79946D (or 0x79946D) is unknown color: approx Amulet. HEX triplet: 79, 94 and 6D. RGB value is (121,148,109). Sum of RGB (Red+Green+Blue) = 121+148+109=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #79946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79946D is #866B92. Grayscale: #878787. Windows color (decimal): -8809363 or 7181433. OLE color: 7181433.

HSL color Cylindrical-coordinate representation of color #79946D: hue angle of 101.54º 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 #79946D is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB121148109-
CMYK0.1800.260.42
HSL101.54º15.42%50.39%-
HSV(B)101.54º26.35%58.04%-
XYZ21.2426.3518.43-
YUV135.48113.05117.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=32.01%
G=39.15%
B=28.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211481090.1800.260.42101.5415.4250.39
Hex79946D1201A2A66f32
Octal17122415522032521461762
Binary11110011001010011011011001001101010101011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79946D; }

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

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

<style>
 a { background-color: #79946D; }

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

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

<style>
 span { border-color: #79946D; }

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

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