#79996D

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

Shades of Amulet #79996D

Tints of Amulet #79996D

Color information

#79996D (or 0x79996D) is unknown color: approx Amulet. HEX triplet: 79, 99 and 6D. RGB value is (121,153,109). Sum of RGB (Red+Green+Blue) = 121+153+109=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #79996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79996D is #866692. Grayscale: #8A8A8A. Windows color (decimal): -8808083 or 7182713. OLE color: 7182713.

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

Color convert

RGB121153109-
CMYK0.2100.290.4
HSL103.64º17.74%51.37%-
HSV(B)103.64º28.76%60%-
XYZ22.0427.9518.7-
YUV138.42111.4115.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=31.59%
G=39.95%
B=28.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531090.2100.290.4103.6417.7451.37
Hex79996D1501D28681233
Octal17123115525035501502263
Binary111100110011001110110110101011101101000110100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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