#85A672

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

Shades of Amulet #85A672

Tints of Amulet #85A672

Color information

#85A672 (or 0x85A672) is unknown color: approx Amulet. HEX triplet: 85, A6 and 72. RGB value is (133,166,114). Sum of RGB (Red+Green+Blue) = 133+166+114=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #85A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A672 is #7A598D. Grayscale: #969696. Windows color (decimal): -8018318 or 7513733. OLE color: 7513733.

HSL color Cylindrical-coordinate representation of color #85A672: hue angle of 98.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85A672 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB133166114-
CMYK0.2000.310.35
HSL98.08º22.61%54.9%-
HSV(B)98.08º31.33%65.1%-
XYZ26.3533.4720.99-
YUV150.21107.57115.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=32.20%
G=40.19%
B=27.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331661140.2000.310.3598.0822.6154.9
Hex85A6721401F23621737
Octal20524616224037431422767
Binary1000010110100110111001010100011111100011110001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,166,114); }

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

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

 a { background-color: rgb(133,166,114); }

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

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

 span { border-color: rgb(133,166,114); }

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