#809F78

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

Shades of Amulet #809F78

Tints of Amulet #809F78

Color information

#809F78 (or 0x809F78) is unknown color: approx Amulet. HEX triplet: 80, 9F and 78. RGB value is (128,159,120). Sum of RGB (Red+Green+Blue) = 128+159+120=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #809F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809F78 is #7F6087. Grayscale: #919191. Windows color (decimal): -8347784 or 7905152. OLE color: 7905152.

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

Color convert

RGB128159120-
CMYK0.1900.250.38
HSL107.69º16.88%54.71%-
HSV(B)107.69º24.53%62.35%-
XYZ24.6930.7422.4-
YUV145.28113.73115.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=31.45%
G=39.07%
B=29.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281591200.1900.250.38107.6916.8854.71
Hex809F7813019266c1137
Octal20023717023031461542167
Binary1000000010011111111100010011011001100110110110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,159,120); }

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

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

 a { background-color: rgb(128,159,120); }

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

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

 span { border-color: rgb(128,159,120); }

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