#859C7D

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

Shades of Amulet #859C7D

Tints of Amulet #859C7D

Color information

#859C7D (or 0x859C7D) is unknown color: approx Amulet. HEX triplet: 85, 9C and 7D. RGB value is (133,156,125). Sum of RGB (Red+Green+Blue) = 133+156+125=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #859C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C7D is #7A6382. Grayscale: #919191. Windows color (decimal): -8020867 or 8232069. OLE color: 8232069.

HSL color Cylindrical-coordinate representation of color #859C7D: hue angle of 104.52º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #859C7D is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB133156125-
CMYK0.1500.200.39
HSL104.52º13.54%55.1%-
HSV(B)104.52º19.87%61.18%-
XYZ25.2630.2423.91-
YUV145.59116.38119.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=32.13%
G=37.68%
B=30.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331561250.1500.200.39104.5213.5455.1
Hex859C7DF0142769e37
Octal20523417517024471511667
Binary10000101100111001111101111101010010011111010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,156,125); }

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

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

 a { background-color: rgb(133,156,125); }

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

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

 span { border-color: rgb(133,156,125); }

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