#85A16D

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

Shades of Amulet #85A16D

Tints of Amulet #85A16D

Color information

#85A16D (or 0x85A16D) is unknown color: approx Amulet. HEX triplet: 85, A1 and 6D. RGB value is (133,161,109). Sum of RGB (Red+Green+Blue) = 133+161+109=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #85A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A16D is #7A5E92. Grayscale: #929292. Windows color (decimal): -8019603 or 7184773. OLE color: 7184773.

HSL color Cylindrical-coordinate representation of color #85A16D: hue angle of 92.31º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85A16D is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB133161109-
CMYK0.1700.320.37
HSL92.31º21.67%52.94%-
HSV(B)92.31º32.3%63.14%-
XYZ25.1831.5819.24-
YUV146.7106.72118.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 161 (63.28% from 255) = 39.95%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=33.00%
G=39.95%
B=27.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1331611090.1700.320.3792.3121.6752.94
Hex85A16D11020255c1635
Octal20524115521040451342665
Binary10000101101000011101101100010100000100101101110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,161,109); }

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

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

 a { background-color: rgb(133,161,109); }

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

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

 span { border-color: rgb(133,161,109); }

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