#85B47A

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

Shades of Amulet #85B47A

Tints of Amulet #85B47A

Color information

#85B47A (or 0x85B47A) is unknown color: approx Amulet. HEX triplet: 85, B4 and 7A. RGB value is (133,180,122). Sum of RGB (Red+Green+Blue) = 133+180+122=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #85B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B47A is #7A4B85. Grayscale: #9F9F9F. Windows color (decimal): -8014726 or 8041605. OLE color: 8041605.

HSL color Cylindrical-coordinate representation of color #85B47A: hue angle of 108.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85B47A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB133180122-
CMYK0.2600.320.29
HSL108.62º27.88%59.22%-
HSV(B)108.62º32.22%70.59%-
XYZ29.5139.0324.39-
YUV159.33106.93109.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=30.57%
G=41.38%
B=28.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331801220.2600.320.29108.6227.8859.22
Hex85B47A1A0201D6d1c3b
Octal20526417232040351553473
Binary1000010110110100111101011010010000011101110110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B47A; }

 p { color: rgb(133,180,122); }

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

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

 a { background-color: rgb(133,180,122); }

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

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

 span { border-color: rgb(133,180,122); }

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