#809974

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

Shades of Amulet #809974

Tints of Amulet #809974

Color information

#809974 (or 0x809974) is unknown color: approx Amulet. HEX triplet: 80, 99 and 74. RGB value is (128,153,116). Sum of RGB (Red+Green+Blue) = 128+153+116=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #809974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809974 is #7F668B. Grayscale: #8D8D8D. Windows color (decimal): -8349324 or 7641472. OLE color: 7641472.

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

Color convert

RGB128153116-
CMYK0.1600.240.4
HSL100.54º15.35%52.75%-
HSV(B)100.54º24.18%60%-
XYZ23.4528.6320.81-
YUV141.31113.72118.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=32.24%
G=38.54%
B=29.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531160.1600.240.4100.5415.3552.75
Hex809974100182865f35
Octal20023116420030501451765
Binary100000001001100111101001000001100010100011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809974; }

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

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

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

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

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

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

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

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