#809E73

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

Shades of Amulet #809E73

Tints of Amulet #809E73

Color information

#809E73 (or 0x809E73) is unknown color: approx Amulet. HEX triplet: 80, 9E and 73. RGB value is (128,158,115). Sum of RGB (Red+Green+Blue) = 128+158+115=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #809E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809E73 is #7F618C. Grayscale: #909090. Windows color (decimal): -8348045 or 7577216. OLE color: 7577216.

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

Color convert

RGB128158115-
CMYK0.1900.270.38
HSL101.86º18.14%53.53%-
HSV(B)101.86º27.22%61.96%-
XYZ24.2230.2820.79-
YUV144.13111.56116.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=31.92%
G=39.40%
B=28.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281581150.1900.270.38101.8618.1453.53
Hex809E731301B26661236
Octal20023616323033461462266
Binary1000000010011110111001110011011011100110110011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,158,115); }

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

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

 a { background-color: rgb(128,158,115); }

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

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

 span { border-color: rgb(128,158,115); }

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