#819F6D

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

Shades of Amulet #819F6D

Tints of Amulet #819F6D

Color information

#819F6D (or 0x819F6D) is unknown color: approx Amulet. HEX triplet: 81, 9F and 6D. RGB value is (129,159,109). Sum of RGB (Red+Green+Blue) = 129+159+109=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #819F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819F6D is #7E6092. Grayscale: #909090. Windows color (decimal): -8282259 or 7184257. OLE color: 7184257.

HSL color Cylindrical-coordinate representation of color #819F6D: hue angle of 96º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819F6D is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB129159109-
CMYK0.1900.310.38
HSL96º20.66%52.55%-
HSV(B)96º31.45%62.35%-
XYZ24.2130.5719.09-
YUV144.33108.06117.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=32.49%
G=40.05%
B=27.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291591090.1900.310.389620.6652.55
Hex819F6D1301F26601535
Octal20123715523037461402565
Binary1000000110011111110110110011011111100110110000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,159,109); }

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

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

 a { background-color: rgb(129,159,109); }

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

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

 span { border-color: rgb(129,159,109); }

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