#809B79

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

Shades of Amulet #809B79

Tints of Amulet #809B79

Color information

#809B79 (or 0x809B79) is unknown color: approx Amulet. HEX triplet: 80, 9B and 79. RGB value is (128,155,121). Sum of RGB (Red+Green+Blue) = 128+155+121=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #809B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809B79 is #7F6486. Grayscale: #8F8F8F. Windows color (decimal): -8348807 or 7969664. OLE color: 7969664.

HSL color Cylindrical-coordinate representation of color #809B79: hue angle of 107.65º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #809B79 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB128155121-
CMYK0.1700.220.39
HSL107.65º14.53%54.12%-
HSV(B)107.65º21.94%60.78%-
XYZ24.0729.4122.5-
YUV143.05115.55117.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=31.68%
G=38.37%
B=29.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281551210.1700.220.39107.6514.5354.12
Hex809B7911016276cf36
Octal20023317121026471541766
Binary100000001001101111110011000101011010011111011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809B79; }

 p { color: rgb(128,155,121); }

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

<style>
 a { background-color: #809B79; }

 a { background-color: rgb(128,155,121); }

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

<style>
 span { border-color: #809B79; }

 span { border-color: rgb(128,155,121); }

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