#79956F

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

Shades of Amulet #79956F

Tints of Amulet #79956F

Color information

#79956F (or 0x79956F) is unknown color: approx Amulet. HEX triplet: 79, 95 and 6F. RGB value is (121,149,111). Sum of RGB (Red+Green+Blue) = 121+149+111=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #79956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79956F is #866A90. Grayscale: #888888. Windows color (decimal): -8809105 or 7312761. OLE color: 7312761.

HSL color Cylindrical-coordinate representation of color #79956F: hue angle of 104.21º 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 #79956F is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB121149111-
CMYK0.1900.260.42
HSL104.21º15.2%50.98%-
HSV(B)104.21º25.5%58.43%-
XYZ21.526.7119.06-
YUV136.3113.72117.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=31.76%
G=39.11%
B=29.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211491110.1900.260.42104.2115.250.98
Hex79956F1301A2A68f33
Octal17122515723032521501763
Binary11110011001010111011111001101101010101011010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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