#809C70

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

Shades of Amulet #809C70

Tints of Amulet #809C70

Color information

#809C70 (or 0x809C70) is unknown color: approx Amulet. HEX triplet: 80, 9C and 70. RGB value is (128,156,112). Sum of RGB (Red+Green+Blue) = 128+156+112=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #809C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C70 is #7F638F. Grayscale: #8E8E8E. Windows color (decimal): -8348560 or 7380096. OLE color: 7380096.

HSL color Cylindrical-coordinate representation of color #809C70: hue angle of 98.18º 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 #809C70 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB128156112-
CMYK0.1800.280.39
HSL98.18º18.18%52.55%-
HSV(B)98.18º28.21%61.18%-
XYZ23.7229.5419.78-
YUV142.61110.72117.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=32.32%
G=39.39%
B=28.28%

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
Decimal1281561120.1800.280.3998.1818.1852.55
Hex809C701201C27621235
Octal20023416022034471422265
Binary1000000010011100111000010010011100100111110001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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