#859F79

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

Shades of Amulet #859F79

Tints of Amulet #859F79

Color information

#859F79 (or 0x859F79) is unknown color: approx Amulet. HEX triplet: 85, 9F and 79. RGB value is (133,159,121). Sum of RGB (Red+Green+Blue) = 133+159+121=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #859F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F79 is #7A6086. Grayscale: #939393. Windows color (decimal): -8020103 or 7970693. OLE color: 7970693.

HSL color Cylindrical-coordinate representation of color #859F79: hue angle of 101.05º degrees, saturation: 0.17, 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 #859F79 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB133159121-
CMYK0.1600.240.38
HSL101.05º16.52%54.9%-
HSV(B)101.05º23.9%62.35%-
XYZ25.5231.1622.76-
YUV146.89113.39118.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=32.20%
G=38.50%
B=29.30%

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
Decimal1331591210.1600.240.38101.0516.5254.9
Hex859F791001826651137
Octal20523717120030461452167
Binary1000010110011111111100110000011000100110110010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,159,121); }

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

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

 a { background-color: rgb(133,159,121); }

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

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

 span { border-color: rgb(133,159,121); }

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