#809870

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

Shades of Amulet #809870

Tints of Amulet #809870

Color information

#809870 (or 0x809870) is unknown color: approx Amulet. HEX triplet: 80, 98 and 70. RGB value is (128,152,112). Sum of RGB (Red+Green+Blue) = 128+152+112=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #809870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809870 is #7F678F. Grayscale: #8C8C8C. Windows color (decimal): -8349584 or 7379072. OLE color: 7379072.

HSL color Cylindrical-coordinate representation of color #809870: hue angle of 96º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809870 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB128152112-
CMYK0.1600.260.40
HSL96º16.26%51.76%-
HSV(B)96º26.32%59.61%-
XYZ23.0528.2219.56-
YUV140.26112.05119.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=32.65%
G=38.78%
B=28.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281521120.1600.260.409616.2651.76
Hex8098701001A28601034
Octal20023016020032501402064
Binary1000000010011000111000010000011010101000110000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809870; }

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

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

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

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

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

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

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

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