#819A75

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

Shades of Amulet #819A75

Tints of Amulet #819A75

Color information

#819A75 (or 0x819A75) is unknown color: approx Amulet. HEX triplet: 81, 9A and 75. RGB value is (129,154,117). Sum of RGB (Red+Green+Blue) = 129+154+117=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 154 - color contains mainly: green. Hex color #819A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819A75 is #7E658A. Grayscale: #8E8E8E. Windows color (decimal): -8283531 or 7707265. OLE color: 7707265.

HSL color Cylindrical-coordinate representation of color #819A75: 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 #819A75 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB129154117-
CMYK0.1600.240.40
HSL100.54º15.48%53.14%-
HSV(B)100.54º24.03%60.39%-
XYZ23.8229.0621.18-
YUV142.31113.72118.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=32.25%
G=38.5%
B=29.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291541170.1600.240.40100.5415.4853.14
Hex819A75100182865f35
Octal20123216520030501451765
Binary100000011001101011101011000001100010100011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,154,117); }

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

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

 a { background-color: rgb(129,154,117); }

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

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

 span { border-color: rgb(129,154,117); }

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