#819C73

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

Shades of Amulet #819C73

Tints of Amulet #819C73

Color information

#819C73 (or 0x819C73) is unknown color: approx Amulet. HEX triplet: 81, 9C and 73. RGB value is (129,156,115). Sum of RGB (Red+Green+Blue) = 129+156+115=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #819C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C73 is #7E638C. Grayscale: #8F8F8F. Windows color (decimal): -8283021 or 7576705. OLE color: 7576705.

HSL color Cylindrical-coordinate representation of color #819C73: hue angle of 99.51º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819C73 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB129156115-
CMYK0.1700.260.39
HSL99.51º17.15%53.14%-
HSV(B)99.51º26.28%61.18%-
XYZ24.0429.6820.68-
YUV143.25112.05117.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=32.25%
G=39%
B=28.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291561150.1700.260.3999.5117.1553.14
Hex819C731101A27641135
Octal20123416321032471442165
Binary1000000110011100111001110001011010100111110010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819C73; }

 p { color: rgb(129,156,115); }

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

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

 a { background-color: rgb(129,156,115); }

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

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

 span { border-color: rgb(129,156,115); }

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