#859781

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

Shades of Amulet #859781

Tints of Amulet #859781

Color information

#859781 (or 0x859781) is unknown color: approx Amulet. HEX triplet: 85, 97 and 81. RGB value is (133,151,129). Sum of RGB (Red+Green+Blue) = 133+151+129=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #859781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859781 is #7A687E. Grayscale: #8F8F8F. Windows color (decimal): -8022143 or 8492933. OLE color: 8492933.

HSL color Cylindrical-coordinate representation of color #859781: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859781 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB133151129-
CMYK0.1200.150.41
HSL109.09º9.57%54.9%-
HSV(B)109.09º14.57%59.22%-
XYZ24.728.725.01-
YUV143.11120.04120.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=32.20%
G=36.56%
B=31.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331511290.1200.150.41109.099.5754.9
Hex859781C0F296da37
Octal20522720114017511551267
Binary10000101100101111000000111000111110100111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859781; }

 p { color: rgb(133,151,129); }

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

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

 a { background-color: rgb(133,151,129); }

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

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

 span { border-color: rgb(133,151,129); }

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