#809C71

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

Shades of Amulet #809C71

Tints of Amulet #809C71

Color information

#809C71 (or 0x809C71) is unknown color: approx Amulet. HEX triplet: 80, 9C and 71. RGB value is (128,156,113). Sum of RGB (Red+Green+Blue) = 128+156+113=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #809C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C71 is #7F638E. Grayscale: #8E8E8E. Windows color (decimal): -8348559 or 7445632. OLE color: 7445632.

HSL color Cylindrical-coordinate representation of color #809C71: hue angle of 99.07º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #809C71 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB128156113-
CMYK0.1800.280.39
HSL99.07º17.84%52.75%-
HSV(B)99.07º27.56%61.18%-
XYZ23.7729.5620.08-
YUV142.73111.22117.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=32.24%
G=39.29%
B=28.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281561130.1800.280.3999.0717.8452.75
Hex809C711201C27631235
Octal20023416122034471432265
Binary1000000010011100111000110010011100100111110001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,156,113); }

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

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

 a { background-color: rgb(128,156,113); }

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

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

 span { border-color: rgb(128,156,113); }

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