#809D79

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

Shades of Amulet #809D79

Tints of Amulet #809D79

Color information

#809D79 (or 0x809D79) is unknown color: approx Amulet. HEX triplet: 80, 9D and 79. RGB value is (128,157,121). Sum of RGB (Red+Green+Blue) = 128+157+121=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #809D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809D79 is #7F6286. Grayscale: #909090. Windows color (decimal): -8348295 or 7970176. OLE color: 7970176.

HSL color Cylindrical-coordinate representation of color #809D79: hue angle of 108.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #809D79 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB128157121-
CMYK0.1800.230.38
HSL108.33º15.52%54.51%-
HSV(B)108.33º22.93%61.57%-
XYZ24.4130.0822.61-
YUV144.22114.89116.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 157 (61.72% from 255) = 38.67%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=31.53%
G=38.67%
B=29.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281571210.1800.230.38108.3315.5254.51
Hex809D7912017266c1037
Octal20023517122027461542067
Binary1000000010011101111100110010010111100110110110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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