#859878

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

Shades of Amulet #859878

Tints of Amulet #859878

Color information

#859878 (or 0x859878) is unknown color: approx Amulet. HEX triplet: 85, 98 and 78. RGB value is (133,152,120). Sum of RGB (Red+Green+Blue) = 133+152+120=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #859878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859878 is #7A6787. Grayscale: #8E8E8E. Windows color (decimal): -8021896 or 7903365. OLE color: 7903365.

HSL color Cylindrical-coordinate representation of color #859878: hue angle of 95.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859878 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB133152120-
CMYK0.1300.210.40
HSL95.62º13.45%53.33%-
HSV(B)95.62º21.05%59.61%-
XYZ24.2928.822.05-
YUV142.67115.21121.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=32.84%
G=37.53%
B=29.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521200.1300.210.4095.6213.4553.33
Hex859878D0152860d35
Octal20523017015025501401565
Binary10000101100110001111000110101010110100011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859878; }

 p { color: rgb(133,152,120); }

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

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

 a { background-color: rgb(133,152,120); }

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

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

 span { border-color: rgb(133,152,120); }

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