#859877

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

Shades of Amulet #859877

Tints of Amulet #859877

Color information

#859877 (or 0x859877) is unknown color: approx Amulet. HEX triplet: 85, 98 and 77. RGB value is (133,152,119). Sum of RGB (Red+Green+Blue) = 133+152+119=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #859877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859877 is #7A6788. Grayscale: #8E8E8E. Windows color (decimal): -8021897 or 7837829. OLE color: 7837829.

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

Color convert

RGB133152119-
CMYK0.1300.220.40
HSL94.55º13.81%53.14%-
HSV(B)94.55º21.71%59.61%-
XYZ24.2328.7721.73-
YUV142.56114.71121.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=32.92%
G=37.62%
B=29.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521190.1300.220.4094.5513.8153.14
Hex859877D016285fe35
Octal20523016715026501371665
Binary10000101100110001110111110101011010100010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859877; }

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

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

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

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

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

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

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

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