#819B73

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

Shades of Amulet #819B73

Tints of Amulet #819B73

Color information

#819B73 (or 0x819B73) is unknown color: approx Amulet. HEX triplet: 81, 9B and 73. RGB value is (129,155,115). Sum of RGB (Red+Green+Blue) = 129+155+115=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #819B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B73 is #7E648C. Grayscale: #8E8E8E. Windows color (decimal): -8283277 or 7576449. OLE color: 7576449.

HSL color Cylindrical-coordinate representation of color #819B73: hue angle of 99º 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 #819B73 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB129155115-
CMYK0.1700.260.39
HSL99º16.67%52.94%-
HSV(B)99º25.81%60.78%-
XYZ23.8729.3520.63-
YUV142.67112.39118.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=32.33%
G=38.85%
B=28.82%

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
Decimal1291551150.1700.260.399916.6752.94
Hex819B731101A27631135
Octal20123316321032471432165
Binary1000000110011011111001110001011010100111110001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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