#859E79

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

Shades of Amulet #859E79

Tints of Amulet #859E79

Color information

#859E79 (or 0x859E79) is unknown color: approx Amulet. HEX triplet: 85, 9E and 79. RGB value is (133,158,121). Sum of RGB (Red+Green+Blue) = 133+158+121=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #859E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E79 is #7A6186. Grayscale: #929292. Windows color (decimal): -8020359 or 7970437. OLE color: 7970437.

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

Color convert

RGB133158121-
CMYK0.1600.230.38
HSL100.54º16.02%54.71%-
HSV(B)100.54º23.42%61.96%-
XYZ25.3530.8222.7-
YUV146.31113.72118.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=32.28%
G=38.35%
B=29.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331581210.1600.230.38100.5416.0254.71
Hex859E791001726651037
Octal20523617120027461452067
Binary1000010110011110111100110000010111100110110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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