#859E78

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

Shades of Amulet #859E78

Tints of Amulet #859E78

Color information

#859E78 (or 0x859E78) is unknown color: approx Amulet. HEX triplet: 85, 9E and 78. RGB value is (133,158,120). Sum of RGB (Red+Green+Blue) = 133+158+120=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #859E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E78 is #7A6187. Grayscale: #929292. Windows color (decimal): -8020360 or 7904901. OLE color: 7904901.

HSL color Cylindrical-coordinate representation of color #859E78: hue angle of 99.47º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859E78 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB133158120-
CMYK0.1600.240.38
HSL99.47º16.38%54.51%-
HSV(B)99.47º24.05%61.96%-
XYZ25.2930.822.38-
YUV146.19113.22118.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=32.36%
G=38.44%
B=29.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331581200.1600.240.3899.4716.3854.51
Hex859E781001826631037
Octal20523617020030461432067
Binary1000010110011110111100010000011000100110110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859E78; }

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

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

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

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

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

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

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

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