#79946E

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

Shades of Amulet #79946E

Tints of Amulet #79946E

Color information

#79946E (or 0x79946E) is unknown color: approx Amulet. HEX triplet: 79, 94 and 6E. RGB value is (121,148,110). Sum of RGB (Red+Green+Blue) = 121+148+110=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #79946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79946E is #866B91. Grayscale: #878787. Windows color (decimal): -8809362 or 7246969. OLE color: 7246969.

HSL color Cylindrical-coordinate representation of color #79946E: hue angle of 102.63º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79946E is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB121148110-
CMYK0.1800.260.42
HSL102.63º15.08%50.59%-
HSV(B)102.63º25.68%58.04%-
XYZ21.2926.3718.72-
YUV135.6113.55117.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=31.93%
G=39.05%
B=29.02%

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
Decimal1211481100.1800.260.42102.6315.0850.59
Hex79946E1201A2A67f33
Octal17122415622032521471763
Binary11110011001010011011101001001101010101011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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