#809970

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

Shades of Amulet #809970

Tints of Amulet #809970

Color information

#809970 (or 0x809970) is unknown color: approx Amulet. HEX triplet: 80, 99 and 70. RGB value is (128,153,112). Sum of RGB (Red+Green+Blue) = 128+153+112=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #809970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809970 is #7F668F. Grayscale: #8C8C8C. Windows color (decimal): -8349328 or 7379328. OLE color: 7379328.

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

Color convert

RGB128153112-
CMYK0.1600.270.4
HSL96.59º16.73%51.96%-
HSV(B)96.59º26.8%60%-
XYZ23.2228.5419.61-
YUV140.85111.72118.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=32.57%
G=38.93%
B=28.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531120.1600.270.496.5916.7351.96
Hex8099701001B28611134
Octal20023116020033501412164
Binary1000000010011001111000010000011011101000110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809970; }

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

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

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

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

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

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

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

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