#809F75

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

Shades of Amulet #809F75

Tints of Amulet #809F75

Color information

#809F75 (or 0x809F75) is unknown color: approx Amulet. HEX triplet: 80, 9F and 75. RGB value is (128,159,117). Sum of RGB (Red+Green+Blue) = 128+159+117=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #809F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809F75 is #7F608A. Grayscale: #919191. Windows color (decimal): -8347787 or 7708544. OLE color: 7708544.

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

Color convert

RGB128159117-
CMYK0.1900.260.38
HSL104.29º17.95%54.12%-
HSV(B)104.29º26.42%62.35%-
XYZ24.5130.6721.46-
YUV144.94112.23115.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=31.68%
G=39.36%
B=28.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281591170.1900.260.38104.2917.9554.12
Hex809F751301A26681236
Octal20023716523032461502266
Binary1000000010011111111010110011011010100110110100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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