#79976E

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

Shades of Amulet #79976E

Tints of Amulet #79976E

Color information

#79976E (or 0x79976E) is unknown color: approx Amulet. HEX triplet: 79, 97 and 6E. RGB value is (121,151,110). Sum of RGB (Red+Green+Blue) = 121+151+110=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #79976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79976E is #866891. Grayscale: #898989. Windows color (decimal): -8808594 or 7247737. OLE color: 7247737.

HSL color Cylindrical-coordinate representation of color #79976E: hue angle of 103.9º 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 #79976E is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB121151110-
CMYK0.2000.270.41
HSL103.9º16.47%51.18%-
HSV(B)103.9º27.15%59.22%-
XYZ21.7727.3218.88-
YUV137.36112.56116.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=31.68%
G=39.53%
B=28.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211511100.2000.270.41103.916.4751.18
Hex79976E1401B29681033
Octal17122715624033511502063
Binary111100110010111110111010100011011101001110100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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