#85AC7C

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

Shades of Amulet #85AC7C

Tints of Amulet #85AC7C

Color information

#85AC7C (or 0x85AC7C) is unknown color: approx Amulet. HEX triplet: 85, AC and 7C. RGB value is (133,172,124). Sum of RGB (Red+Green+Blue) = 133+172+124=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC7C is #7A5383. Grayscale: #9B9B9B. Windows color (decimal): -8016772 or 8170629. OLE color: 8170629.

HSL color Cylindrical-coordinate representation of color #85AC7C: hue angle of 108.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85AC7C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB133172124-
CMYK0.2300.280.33
HSL108.75º22.43%58.04%-
HSV(B)108.75º27.91%67.45%-
XYZ28.0635.9524.53-
YUV154.87110.58112.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=31.00%
G=40.09%
B=28.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331721240.2300.280.33108.7522.4358.04
Hex85AC7C1701C216d163a
Octal20525417427034411552672
Binary1000010110101100111110010111011100100001110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,172,124); }

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

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

 a { background-color: rgb(133,172,124); }

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

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

 span { border-color: rgb(133,172,124); }

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