#79956A

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

Shades of Amulet #79956A

Tints of Amulet #79956A

Color information

#79956A (or 0x79956A) is unknown color: approx Amulet. HEX triplet: 79, 95 and 6A. RGB value is (121,149,106). Sum of RGB (Red+Green+Blue) = 121+149+106=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #79956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79956A is #866A95. Grayscale: #878787. Windows color (decimal): -8809110 or 6985081. OLE color: 6985081.

HSL color Cylindrical-coordinate representation of color #79956A: hue angle of 99.07º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79956A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB121149106-
CMYK0.1900.290.42
HSL99.07º16.86%50%-
HSV(B)99.07º28.86%58.43%-
XYZ21.2326.617.65-
YUV135.73111.22117.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=32.18%
G=39.63%
B=28.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211491060.1900.290.4299.0716.8650
Hex79956A1301D2A631132
Octal17122515223035521432162
Binary111100110010101110101010011011101101010110001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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