#79996A

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

Shades of Amulet #79996A

Tints of Amulet #79996A

Color information

#79996A (or 0x79996A) is unknown color: approx Amulet. HEX triplet: 79, 99 and 6A. RGB value is (121,153,106). Sum of RGB (Red+Green+Blue) = 121+153+106=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #79996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79996A is #866695. Grayscale: #8A8A8A. Windows color (decimal): -8808086 or 6986105. OLE color: 6986105.

HSL color Cylindrical-coordinate representation of color #79996A: hue angle of 100.85º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79996A is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB121153106-
CMYK0.2100.310.4
HSL100.85º18.73%50.78%-
HSV(B)100.85º30.72%60%-
XYZ21.8827.8917.87-
YUV138.07109.9115.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=31.84%
G=40.26%
B=27.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531060.2100.310.4100.8518.7350.78
Hex79996A1501F28651333
Octal17123115225037501452363
Binary111100110011001110101010101011111101000110010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79996A; }

 p { color: rgb(121,153,106); }

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

<style>
 a { background-color: #79996A; }

 a { background-color: rgb(121,153,106); }

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

<style>
 span { border-color: #79996A; }

 span { border-color: rgb(121,153,106); }

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