#809F70

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

Shades of Amulet #809F70

Tints of Amulet #809F70

Color information

#809F70 (or 0x809F70) is unknown color: approx Amulet. HEX triplet: 80, 9F and 70. RGB value is (128,159,112). Sum of RGB (Red+Green+Blue) = 128+159+112=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #809F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809F70 is #7F608F. Grayscale: #909090. Windows color (decimal): -8347792 or 7380864. OLE color: 7380864.

HSL color Cylindrical-coordinate representation of color #809F70: hue angle of 99.57º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #809F70 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB128159112-
CMYK0.1900.300.38
HSL99.57º19.67%53.14%-
HSV(B)99.57º29.56%62.35%-
XYZ24.2230.5619.95-
YUV144.37109.73116.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=32.08%
G=39.85%
B=28.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281591120.1900.300.3899.5719.6753.14
Hex809F701301E26641435
Octal20023716023036461442465
Binary1000000010011111111000010011011110100110110010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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