#85AD79

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

Shades of Amulet #85AD79

Tints of Amulet #85AD79

Color information

#85AD79 (or 0x85AD79) is unknown color: approx Amulet. HEX triplet: 85, AD and 79. RGB value is (133,173,121). Sum of RGB (Red+Green+Blue) = 133+173+121=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD79 is #7A5286. Grayscale: #9B9B9B. Windows color (decimal): -8016519 or 7974277. OLE color: 7974277.

HSL color Cylindrical-coordinate representation of color #85AD79: hue angle of 106.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85AD79 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB133173121-
CMYK0.2300.300.32
HSL106.15º24.07%57.65%-
HSV(B)106.15º30.06%67.84%-
XYZ28.0736.2523.61-
YUV155.11108.75112.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=31.15%
G=40.52%
B=28.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331731210.2300.300.32106.1524.0757.65
Hex85AD791701E206a183a
Octal20525517127036401523072
Binary1000010110101101111100110111011110100000110101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,173,121); }

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

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

 a { background-color: rgb(133,173,121); }

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

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

 span { border-color: rgb(133,173,121); }

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