#79936E

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

Shades of Amulet #79936E

Tints of Amulet #79936E

Color information

#79936E (or 0x79936E) is unknown color: approx Amulet. HEX triplet: 79, 93 and 6E. RGB value is (121,147,110). Sum of RGB (Red+Green+Blue) = 121+147+110=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #79936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79936E is #866C91. Grayscale: #878787. Windows color (decimal): -8809618 or 7246713. OLE color: 7246713.

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

Color convert

RGB121147110-
CMYK0.1800.250.42
HSL102.16º14.62%50.39%-
HSV(B)102.16º25.17%57.65%-
XYZ21.1326.0618.67-
YUV135.01113.89118.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=32.01%
G=38.89%
B=29.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471100.1800.250.42102.1614.6250.39
Hex79936E120192A66f32
Octal17122315622031521461762
Binary11110011001001111011101001001100110101011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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