#819A70

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

Shades of Amulet #819A70

Tints of Amulet #819A70

Color information

#819A70 (or 0x819A70) is unknown color: approx Amulet. HEX triplet: 81, 9A and 70. RGB value is (129,154,112). Sum of RGB (Red+Green+Blue) = 129+154+112=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #819A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819A70 is #7E658F. Grayscale: #8D8D8D. Windows color (decimal): -8283536 or 7379585. OLE color: 7379585.

HSL color Cylindrical-coordinate representation of color #819A70: hue angle of 95.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #819A70 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB129154112-
CMYK0.1600.270.40
HSL95.71º17.21%52.16%-
HSV(B)95.71º27.27%60.39%-
XYZ23.5328.9519.68-
YUV141.74111.22118.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=32.66%
G=38.99%
B=28.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291541120.1600.270.4095.7117.2152.16
Hex819A701001B28601134
Octal20123216020033501402164
Binary1000000110011010111000010000011011101000110000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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