#79966E

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

Shades of Amulet #79966E

Tints of Amulet #79966E

Color information

#79966E (or 0x79966E) is unknown color: approx Amulet. HEX triplet: 79, 96 and 6E. RGB value is (121,150,110). Sum of RGB (Red+Green+Blue) = 121+150+110=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #79966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79966E is #866991. Grayscale: #888888. Windows color (decimal): -8808850 or 7247481. OLE color: 7247481.

HSL color Cylindrical-coordinate representation of color #79966E: hue angle of 103.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79966E is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB121150110-
CMYK0.1900.270.41
HSL103.5º16%50.98%-
HSV(B)103.5º26.67%58.82%-
XYZ21.612718.83-
YUV136.77112.89116.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=31.76%
G=39.37%
B=28.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211501100.1900.270.41103.51650.98
Hex79966E1301B29681033
Octal17122615623033511502063
Binary111100110010110110111010011011011101001110100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79966E; }

 p { color: rgb(121,150,110); }

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

<style>
 a { background-color: #79966E; }

 a { background-color: rgb(121,150,110); }

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

<style>
 span { border-color: #79966E; }

 span { border-color: rgb(121,150,110); }

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