#85957F

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

Shades of Amulet #85957F

Tints of Amulet #85957F

Color information

#85957F (or 0x85957F) is unknown color: approx Amulet. HEX triplet: 85, 95 and 7F. RGB value is (133,149,127). Sum of RGB (Red+Green+Blue) = 133+149+127=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #85957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85957F is #7A6A80. Grayscale: #8D8D8D. Windows color (decimal): -8022657 or 8361349. OLE color: 8361349.

HSL color Cylindrical-coordinate representation of color #85957F: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85957F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB133149127-
CMYK0.1100.150.42
HSL103.64º9.4%54.12%-
HSV(B)103.64º14.77%58.43%-
XYZ24.2528.0124.21-
YUV141.71119.7121.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 127 (50% from 255) = 31.05%
R=32.52%
G=36.43%
B=31.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491270.1100.150.42103.649.454.12
Hex85957FB0F2A68936
Octal20522517713017521501166
Binary1000010110010101111111110110111110101011010001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85957F; }

 p { color: rgb(133,149,127); }

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

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

 a { background-color: rgb(133,149,127); }

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

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

 span { border-color: rgb(133,149,127); }

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